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 {
|
.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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user