mirror of
https://codeberg.org/emersion/gamja
synced 2025-03-13 07:48:37 +01:00
Make @media queries whitespace consistent
This commit is contained in:
parent
efabd69476
commit
48ae55942f
@ -236,7 +236,7 @@ button.danger:hover {
|
|||||||
border-left: 1px solid var(--sidebar-background);
|
border-left: 1px solid var(--sidebar-background);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(max-width: 640px) {
|
@media (max-width: 640px) {
|
||||||
#buffer-list ul {
|
#buffer-list ul {
|
||||||
width: 0px;
|
width: 0px;
|
||||||
}
|
}
|
||||||
@ -625,7 +625,7 @@ kbd {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(max-width: 640px) {
|
@media (max-width: 640px) {
|
||||||
.expander {
|
.expander {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user