fixed sidebar with transparent backgrounds

This commit is contained in:
SethBurkart123
2023-10-24 11:16:52 +11:00
parent f6a24c85f9
commit d15db5c78a
2 changed files with 42 additions and 8 deletions
+13 -2
View File
@@ -36,7 +36,6 @@ html {
#main {
color: var(--text-primary);
position: relative;
padding-top: 5rem;
}
.forums {
@@ -126,6 +125,12 @@ ul.magicDelete > li.deleting {
color: var(--text-color);
display: flex;
white-space: nowrap;
place-items: center;
}
#menu .sub {
top: 71.5px;
margin-top: -2px;
}
#menu section > label {
@@ -180,7 +185,7 @@ li.item.draggable {
#menu li.active > .sub > ul > .active {
box-shadow: inset 6px 0 var(--item-colour, transparent);
transition: 100ms;
background: rgba(0, 0, 0, 0.3);
background: rgba(0, 0, 0, 0.3) !important;
}
#menu li > label,
@@ -312,6 +317,12 @@ ol:has(.MessageList__avatar___2wxyb svg) {
height: 100%;
}
#container #content::before {
content: "";
height: 5.5rem;
width: 100%;
}
.menuShown #container #content #title {
-webkit-box-shadow: 6px 5px 16px 6px rgba(0, 0, 0, 0.2) !important;
box-shadow: 6px 0px 4px 2px rgba(0, 0, 0, 0.2) !important;