Merge pull request #76 from SethBurkart123/typescript-conversion

Typescript conversion -> Main
This commit is contained in:
Seth Burkart
2023-12-06 06:22:01 +11:00
committed by GitHub
+21 -47
View File
@@ -170,10 +170,7 @@ ul.magicDelete > li.deleting {
.tooltip { .tooltip {
z-index: 5 !important; z-index: 5 !important;
} }
::-webkit-scrollbar {
width: 0px !important;
background: none;
}
#menu li, #menu li,
#menu section { #menu section {
margin: 8px auto !important; margin: 8px auto !important;
@@ -299,11 +296,6 @@ ol:has(.MessageList__avatar___2wxyb svg) {
.MessageList__MessageList___3DxoC .footer { .MessageList__MessageList___3DxoC .footer {
background: var(--background-secondary) !important; background: var(--background-secondary) !important;
} }
.content [placeholder="Subject…"] {
border-radius: 16px;
padding-left: 12px !important;
background: var(--background-primary) !important;
}
.listWrapper { .listWrapper {
padding: 8px; padding: 8px;
border-top-left-radius: 16px; border-top-left-radius: 16px;
@@ -328,10 +320,7 @@ ol:has(.MessageList__avatar___2wxyb svg) {
padding-left: 12px !important; padding-left: 12px !important;
box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.2) !important; box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.2) !important;
} }
[style="--better-sub: #161616; --better-alert-highlight: #c61851; --background-primary: #ffffff; --background-secondary: #e5e7eb; --text-primary: black; --text-color: white; --betterseqta-logo: url(chrome-extension://boikofabjaholheekefimfojfncpjfib/icons/betterseqta-light-full.png); --better-main: #1a1a1a; --better-light: #333333;"] .menuShown > :last-child
{
top: 14% !important;
}
[style="--better-sub: #161616; --better-alert-highlight: #c61851; --background-primary: #ffffff; --background-secondary: #e5e7eb; --text-primary: black; --text-color: white; --betterseqta-logo: url(chrome-extension://boikofabjaholheekefimfojfncpjfib/icons/betterseqta-light-full.png); --better-main: #1a1a1a; --better-light: #333333;"] .menuShown > :last-child [style="--better-sub: #161616; --better-alert-highlight: #c61851; --background-primary: #ffffff; --background-secondary: #e5e7eb; --text-primary: black; --text-color: white; --betterseqta-logo: url(chrome-extension://boikofabjaholheekefimfojfncpjfib/icons/betterseqta-light-full.png); --better-main: #1a1a1a; --better-light: #333333;"] .menuShown > :last-child
{ {
top: 18% !important; top: 18% !important;
@@ -341,10 +330,6 @@ ol:has(.MessageList__avatar___2wxyb svg) {
margin-top: 4px !important; margin-top: 4px !important;
margin-bottom: 4px !important; margin-bottom: 4px !important;
} }
.uiSlidePane {
background-color: rgba(0, 0, 0, 0);
transition-duration: 500ms !important;
}
#container #content { #container #content {
bottom: unset !important; bottom: unset !important;
height: 100%; height: 100%;
@@ -480,11 +465,11 @@ ul.buttonChecklist {
flex: 1 1 0%; flex: 1 1 0%;
} }
#main > .reports > .item > .report { #main > .reports > .item > .report {
filter: brightness(1) !important;
border-radius: 16px !important; border-radius: 16px !important;
border: 2px solid var(--better-main) !important; border: 2px solid var(--better-main) !important;
transform: scale(0.97); transform: scale(0.97);
transition: transform 0.2s ease-out !important; transition: transform 0.2s ease-out !important;
background: var(--background-primary);
} }
#main > .reports > .item > .report:hover { #main > .reports > .item > .report:hover {
transform: scale(1); transform: scale(1);
@@ -654,15 +639,20 @@ div > ol:has(.uiFileHandlerWrapper) {
color: var(--text-primary); color: var(--text-primary);
color: var(--colour); color: var(--colour);
} }
#main > .course > .content > .homework > .content, #main > .course > .content > .homework > .content,
#main > .course > .content > .resources > .content { #main > .course > .content > .resources > .content {
color: var(--text-primary); color: var(--text-primary);
opacity: 0.8; opacity: 0.8;
} }
#main > .notices > .notice > .contents { #main > .notices > .notice > .contents {
background: var(--background-primary); background: var(--background-primary);
} }
#main > .notices > .notice { #main > .notices > .notice {
background: var(--background-primary);
color: var(--text-primary);
--colour: unset; --colour: unset;
} }
#title span { #title span {
@@ -985,12 +975,7 @@ div > ol:has(.uiFileHandlerWrapper) {
background: var(--background); background: var(--background);
transition: 200ms; transition: 200ms;
} }
#main > .notices > .notice > .contents {
background: var(--background);
}
#main > .notices > .notice {
background: var(--background);
}
.day h2 { .day h2 {
margin: 0; margin: 0;
padding: 8px; padding: 8px;
@@ -1066,10 +1051,7 @@ div > ol:has(.uiFileHandlerWrapper) {
margin: 20px auto 0px; margin: 20px auto 0px;
cursor: pointer; cursor: pointer;
} }
.connectedNotificationsWrapper > div > button {
height: 45px;
width: 45px;
}
.notifications__notifications___3mmLY.notifications__hasItems___gXxzx > button { .notifications__notifications___3mmLY.notifications__hasItems___gXxzx > button {
background: white; background: white;
z-index: 21 !important; z-index: 21 !important;
@@ -1235,9 +1217,6 @@ div > ol:has(.uiFileHandlerWrapper) {
background: var(--background-primary); background: var(--background-primary);
color: var(--text-primary); color: var(--text-primary);
} }
.Viewer__Viewer___32BH- {
background: var(--better-main);
}
.Message__Message___3oJaU { .Message__Message___3oJaU {
background: var(--background-primary); background: var(--background-primary);
border-radius: 1rem !important; border-radius: 1rem !important;
@@ -1249,10 +1228,6 @@ iframe.userHTML {
.userHTML > div:first-of-type { .userHTML > div:first-of-type {
color: var(--text-primary); color: var(--text-primary);
} }
#main > .reports > .item > .report {
background: var(--background-primary);
filter: brightness(0.9);
}
#main > .reports { #main > .reports {
background: none; background: none;
display: flex; display: flex;
@@ -1327,6 +1302,8 @@ iframe.userHTML {
height: 10px; height: 10px;
transition: 1s; transition: 1s;
border-radius: 1rem; border-radius: 1rem;
//width: 0px !important;
//background: none;
} }
::-webkit-scrollbar-track { ::-webkit-scrollbar-track {
background-color: transparent; background-color: transparent;
@@ -1345,6 +1322,8 @@ ul {
} }
.connectedNotificationsWrapper > div > button { .connectedNotificationsWrapper > div > button {
color: var(--text-primary) !important; color: var(--text-primary) !important;
height: 45px;
width: 45px;
} }
.programmeNavigator { .programmeNavigator {
width: 400px; width: 400px;
@@ -1549,6 +1528,7 @@ div.bar.flat {
transform: translatey(0%) !important; transform: translatey(0%) !important;
transition: background-color 0.5s ease-in-out; transition: background-color 0.5s ease-in-out;
background-color: rgba(0, 0, 0, 0); background-color: rgba(0, 0, 0, 0);
transition-duration: 500ms !important;
} }
.uiSlidePane.shown > .pane { .uiSlidePane.shown > .pane {
transform: translatey(0%) !important; transform: translatey(0%) !important;
@@ -1624,9 +1604,6 @@ body {
background: var(--theme-primary); background: var(--theme-primary);
overflow: hidden; overflow: hidden;
} }
#main > .notices > .notice {
color: var(--text-primary);
}
.shortcuticondiv { .shortcuticondiv {
height: 39px; height: 39px;
width: 39px; width: 39px;
@@ -1644,10 +1621,7 @@ body {
background: var(--better-main); background: var(--better-main);
} }
.dailycal > .content > .wrapper > .days > tbody > tr > td > .entriesWrapper > .entry { .dailycal > .content > .wrapper > .days > tbody > tr > td > .entriesWrapper > .entry {
/* border-radius: 15px; */
padding: 3px; padding: 3px;
/* width: 93% !important; */
/* height: 60px !important; */
} }
.Viewer__Viewer___32BH- { .Viewer__Viewer___32BH- {
background: unset; background: unset;
@@ -1667,6 +1641,11 @@ body {
.modaliser { .modaliser {
display: none; display: none;
} }
li.MessageList__unread___3imtO {
position: relative;
}
.MessageList__MessageList___3DxoC > ol > li.MessageList__unread___3imtO::before { .MessageList__MessageList___3DxoC > ol > li.MessageList__unread___3imtO::before {
content: ""; content: "";
position: absolute; position: absolute;
@@ -2248,12 +2227,7 @@ body {
background: var(--auto-background); background: var(--auto-background);
transition: 200ms; transition: 200ms;
} }
#main > .notices > .notice > .contents {
background: var(--background-primary);
}
#main > .notices > .notice {
background: var(--background-primary);
}
.day h2 { .day h2 {
margin: 0; margin: 0;
padding: 8px; padding: 8px;