mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-30 14:21:05 +02:00
improve menu form indent on small screens
This commit is contained in:
@ -1,6 +1,12 @@
|
||||
:root {
|
||||
--indent-size: 5;
|
||||
--indent-space: calc((var(--indent-size) / 2) * 1em);
|
||||
--indent-size: 6;
|
||||
--indent-space: calc((var(--indent-size) / 4) * 1em);
|
||||
}
|
||||
|
||||
@media (min-width: 900px) {
|
||||
:root {
|
||||
--indent-size: 10;
|
||||
}
|
||||
}
|
||||
|
||||
.form-indent {
|
||||
|
Reference in New Issue
Block a user