mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-05 20:56:13 -05:00
Fix tabs
This commit is contained in:
parent
55dd5d6651
commit
b05fe4720f
|
|
@ -2,6 +2,7 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
border-bottom: 2px solid var(--color-border);
|
||||
overflow-x: visible;
|
||||
}
|
||||
|
||||
.tabList svg {
|
||||
|
|
@ -39,10 +40,11 @@
|
|||
white-space: nowrap;
|
||||
flex: 1;
|
||||
transform: none !important;
|
||||
margin-bottom: -2px;
|
||||
}
|
||||
|
||||
.tabButton[data-selected] {
|
||||
border-color: var(--color-accent);
|
||||
border-color: var(--color-text-accent);
|
||||
color: var(--color-text);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user