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