Sidebar collapse changes.

This commit is contained in:
Seraphim R. Pardee 2021-08-03 11:12:22 -04:00
parent 979105637c
commit cc6fbc7226
No known key found for this signature in database
GPG Key ID: F5D3989AB7E40B62

View File

@ -39,6 +39,14 @@ body {
line-height: 30px !important;
}
#sidebar .network.collapsed .collapse-network-icon {
transform: rotate(-90deg) translate(10%);
}
#sidebar .network .collapse-network {
width: none;
}
:root {
--body-bg-color: #2e3440;
--window-bg-color: #2e3440;