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