mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-07-01 06:40:33 +02:00
improve tab nav buttons on small screens
This commit is contained in:
@ -36,6 +36,12 @@
|
|||||||
gap: calc((var(--tab-size) / 4) * 0.125em);
|
gap: calc((var(--tab-size) / 4) * 0.125em);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 800px) {
|
||||||
|
.tab-nav-group {
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.tab-nav-button {
|
.tab-nav-button {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
Reference in New Issue
Block a user