This commit is contained in:
tamaina 2023-02-10 19:13:18 +00:00
parent 4a7264f0b5
commit 31e2813080

View File

@ -261,12 +261,6 @@ onUnmounted(() => {
.lower { .lower {
--height: 40px; --height: 40px;
height: var(--height); height: var(--height);
&.slim {
.tabsInner {
margin: 0 auto;
}
}
} }
.buttons { .buttons {
@ -382,11 +376,12 @@ onUnmounted(() => {
} }
.tabs { .tabs {
display: fix; display: block;
position: relative; position: relative;
margin: 0; margin: 0;
height: var(--height); height: var(--height);
font-size: 0.8em; font-size: 0.8em;
text-align: center;
overflow-x: auto; overflow-x: auto;
overflow-y: hidden; overflow-y: hidden;
scrollbar-width: none; scrollbar-width: none;
@ -397,7 +392,7 @@ onUnmounted(() => {
} }
.tabsInner { .tabsInner {
display: block; display: inline-block;
height: var(--height); height: var(--height);
white-space: nowrap; white-space: nowrap;
} }