mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-02-01 19:09:51 +01:00
improve menu form indent on small screens
This commit is contained in:
parent
22657ecd59
commit
e9f40ded2e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user