fix upcoming assessments bug

This commit is contained in:
SethBurkart123
2023-09-01 07:48:04 +10:00
parent b524e91503
commit 469dd5f894
5 changed files with 31 additions and 23 deletions
+10 -7
View File
@@ -145,7 +145,7 @@ ul.magicDelete > li.deleting {
#menu li,
#menu section {
margin: 3px 20px;
margin-right: 8px !important;
border-bottom: none;
box-shadow: none;
border-radius: 12px;
@@ -191,6 +191,10 @@ ul.magicDelete > li.deleting {
width: 85% !important;
}
li.item.draggable {
width: 100% !important;
}
#menu li.active > .sub > ul > .item {
box-shadow: inset 3px 0 var(--item-colour, transparent);
border-radius: 0px 8px 8px 0px;
@@ -714,7 +718,7 @@ div > ol:has(.uiFileHandlerWrapper) {
}
.border {
border-radius: 8px;
border-radius: 0.5rem 1rem;
}
.shortcut-container h2 {
@@ -1617,7 +1621,7 @@ body {
height: 100%;
background: black;
position: absolute;
z-index: 19;
z-index: 10;
opacity: 0.4;
}
@@ -1636,7 +1640,7 @@ body {
.editmenuoption-container {
width: 100%;
height: 42px;
background: var(--background-primary);
background: var(--better-main);
bottom: 0;
display: flex;
justify-content: space-between;
@@ -1751,9 +1755,8 @@ body {
}
.draggable::before {
left: 0 !important;
top: 100% !important;
transform: translateY(-100%) !important;
top: 1.1rem;
left: -0.5rem;
}
#menuToggle {