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