mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-15 01:31:14 +09:00
fix
This commit is contained in:
parent
4a7264f0b5
commit
31e2813080
@ -261,12 +261,6 @@ onUnmounted(() => {
|
||||
.lower {
|
||||
--height: 40px;
|
||||
height: var(--height);
|
||||
|
||||
&.slim {
|
||||
.tabsInner {
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.buttons {
|
||||
@ -382,11 +376,12 @@ onUnmounted(() => {
|
||||
}
|
||||
|
||||
.tabs {
|
||||
display: fix;
|
||||
display: block;
|
||||
position: relative;
|
||||
margin: 0;
|
||||
height: var(--height);
|
||||
font-size: 0.8em;
|
||||
text-align: center;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
scrollbar-width: none;
|
||||
@ -397,7 +392,7 @@ onUnmounted(() => {
|
||||
}
|
||||
|
||||
.tabsInner {
|
||||
display: block;
|
||||
display: inline-block;
|
||||
height: var(--height);
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user