diff --git a/src/SEQTA.js b/src/SEQTA.js index 3b9cd73f..b36e741f 100644 --- a/src/SEQTA.js +++ b/src/SEQTA.js @@ -1874,7 +1874,7 @@ function AddBetterSEQTAElements(toggle) { titlebar.classList.add("titlebar"); let container = document.getElementById("content"); container.append(titlebar); - var NewButtonStr = "
  • "; + var NewButtonStr = "
  • "; var NewButton = stringToHTML(NewButtonStr); var menu = document.getElementById("menu"); var List = menu.firstChild; diff --git a/src/inject/injected.css b/src/inject/injected.css index 35159dbc..5c66771f 100644 --- a/src/inject/injected.css +++ b/src/inject/injected.css @@ -232,6 +232,11 @@ html { width: 100% !important; } +.listWrapper:not(:has(.list *)) + .functions, +.listWrapper:not(:has(.list *)) { + display: none !important; +} + [data-type="student"] .header { color: black !important; } @@ -288,6 +293,7 @@ ol:has(.MessageList__avatar___2wxyb svg) { .functions > .uiButton { width: 100%; border: none !important; + border-radius: 16px !important; } .singleSelect { @@ -314,16 +320,6 @@ ol:has(.MessageList__avatar___2wxyb svg) { margin-bottom: 4px !important; } -.singleSelect::-webkit-scrollbar-thumb { - background-color: rgb( - 150, - 150, - 150 - ) !important; /* color of the scroll thumb */ - border-radius: 20px; /* roundness of the scroll thumb */ - border: 3px solid orange; /* creates padding around scroll thumb */ -} - .uiFileHandler { -webkit-box-shadow: 0px 5px 16px 6px rgba(0, 0, 0, 0) !important; box-shadow: 0px 5px 16px 6px rgba(0, 0, 0, 0) !important; @@ -766,7 +762,7 @@ div > ol:has(.uiFileHandlerWrapper) { } .border { - border-radius: 0.5rem 1rem; + border-radius: 1rem; } .shortcut-container h2 { @@ -810,6 +806,7 @@ div > ol:has(.uiFileHandlerWrapper) { display: flex; border-radius: 5px; position: relative; + transition: 200ms; } .customshortcut::after { @@ -2244,8 +2241,7 @@ body { flex-direction: column; color: var(--text-primary); transition: 200ms; - border-bottom-left-radius: 15px; - border-bottom-right-radius: 15px; + border-radius: 1rem; } .upcoming-assessment-title {