[fix] sidebar gap on pc
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
*{
|
||||
|
||||
Reference in New Issue
Block a user