fix bug with sidebar ul width

This commit is contained in:
SethBurkart123
2023-12-13 20:51:17 +11:00
parent 3bc00f0247
commit bfc76e8a61
+3
View File
@@ -522,6 +522,9 @@ div > ol:has(.uiFileHandlerWrapper) {
[aria-labelledby="lixycoxs-tab-1"] [minlength="0"] { [aria-labelledby="lixycoxs-tab-1"] [minlength="0"] {
min-height: 8rem !important; min-height: 8rem !important;
} }
#menu ul {
width: 280px; // TODO: I know its 10px larger than its parent, but for some reason there is a 10px right padding that doesn't show up properly in devtools???
}
.student #menu > ul::before { .student #menu > ul::before {
background-image: var(--betterseqta-logo); background-image: var(--betterseqta-logo);
position: -webkit-sticky; position: -webkit-sticky;