mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-26 12:31:47 +02:00
[design] fix menu control height on small screens
This commit is contained in:
parent
583aa1131e
commit
b6863345e6
@ -79,7 +79,6 @@
|
|||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
flex-basis: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-nav-button:first-child {
|
.menu-nav-button:first-child {
|
||||||
@ -117,6 +116,10 @@
|
|||||||
grid-template-columns: repeat(2, 1fr);
|
grid-template-columns: repeat(2, 1fr);
|
||||||
margin-bottom: 10vh;
|
margin-bottom: 10vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.menu-nav-button {
|
||||||
|
flex-basis: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 900px) {
|
@media (min-width: 900px) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user