[fix] sidebar gap on pc

This commit is contained in:
kwaroran
2023-07-26 07:08:10 +09:00
parent 069236650a
commit 0398519633
2 changed files with 5 additions and 3 deletions

View File

@@ -585,10 +585,12 @@
</div>
</div>
<div
class="setting-area w-96 h-full flex-col overflow-y-auto overflow-x-hidden bg-darkbg py-6 px-2 text-gray-200 max-h-full"
class="setting-area w-96 h-full flex-col overflow-y-auto overflow-x-hidden bg-darkbg py-6 text-gray-200 max-h-full"
class:risu-sidebar={!$sideBarClosing}
class:risu-sidebar-close={$sideBarClosing}
class:minw96={!$DynamicGUI}
class:px-2={$DynamicGUI}
class:px-4={!$DynamicGUI}
class:dynamic-sidebar={$DynamicGUI}
class:hidden={hidden}
class:flex={!hidden}

View File

@@ -61,12 +61,12 @@ html, body{
/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
background: rgba(136, 136, 136, 0.5);
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
background: rgba(85, 85, 85, 0.5);
}
*{