mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 04:14:39 -05:00
change heights n stuff
This commit is contained in:
parent
b6524830dc
commit
d4abc2de5f
1 changed files with 6 additions and 4 deletions
|
@ -92,7 +92,6 @@
|
||||||
--ptd-margin-25x: 100px;
|
--ptd-margin-25x: 100px;
|
||||||
--ptd-margin-35x: 140px;
|
--ptd-margin-35x: 140px;
|
||||||
|
|
||||||
|
|
||||||
--ptd-neg-margin-base: -4px;
|
--ptd-neg-margin-base: -4px;
|
||||||
--ptd-neg-margin-2x: -8px;
|
--ptd-neg-margin-2x: -8px;
|
||||||
--ptd-neg-margin-3x: -12px;
|
--ptd-neg-margin-3x: -12px;
|
||||||
|
@ -108,7 +107,6 @@
|
||||||
--ptd-neg-margin-16x: -64px;
|
--ptd-neg-margin-16x: -64px;
|
||||||
--ptd-neg-margin-24x: -96px;
|
--ptd-neg-margin-24x: -96px;
|
||||||
--ptd-neg-margin-25x: -100px;
|
--ptd-neg-margin-25x: -100px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
a.class:hover {
|
a.class:hover {
|
||||||
|
@ -614,7 +612,7 @@ a.new-button:hover {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
background: #0009;
|
background: #0009;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
height: 11em;
|
height: fit-content;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin-left: -11em;
|
margin-left: -11em;
|
||||||
width: 43em;
|
width: 43em;
|
||||||
|
@ -627,6 +625,10 @@ a.new-button:hover {
|
||||||
white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
|
white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
|
height: -moz-fit-content;
|
||||||
|
height: -webkit-fit-content;
|
||||||
|
max-width: 708px;
|
||||||
|
max-height: 185.6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkbox:checked + .fnt {
|
.checkbox:checked + .fnt {
|
||||||
|
|
Loading…
Reference in a new issue