mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-30 14:21:05 +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);
|
||||
}
|
||||
|
||||
@media (min-width: 800px) {
|
||||
.tab-nav-group {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
.tab-nav-button {
|
||||
background-color: transparent;
|
||||
flex-grow: 1;
|
||||
|
Reference in New Issue
Block a user