1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-18 18:55:29 +02:00
This commit is contained in:
syuilo
2025-07-06 15:57:21 +09:00
parent 40a35968f0
commit 004cfd5e4b
4 changed files with 0 additions and 25 deletions

View File

@@ -368,10 +368,6 @@ function onDrop(ev) {
> .body {
background: transparent !important;
scrollbar-color: var(--MI_THEME-scrollbarHandle) transparent;
&::-webkit-scrollbar-track {
background: transparent;
}
}
}
@@ -397,10 +393,6 @@ function onDrop(ev) {
> .body {
background: var(--MI_THEME-bg) !important;
scrollbar-color: var(--MI_THEME-scrollbarHandle) transparent;
&::-webkit-scrollbar-track {
background: inherit;
}
}
}
}
@@ -487,9 +479,5 @@ function onDrop(ev) {
container-type: size;
background-color: var(--MI_THEME-bg);
scrollbar-color: var(--MI_THEME-scrollbarHandle) var(--MI_THEME-panel);
&::-webkit-scrollbar-track {
background: var(--MI_THEME-panel);
}
}
</style>