feat: various improvements to styles and bugs

This commit is contained in:
SethBurkart123
2024-10-06 10:03:15 +11:00
parent 922a3d5837
commit 83b0e8de3f
8 changed files with 38 additions and 24 deletions
+16 -14
View File
@@ -1599,19 +1599,10 @@ iframe.userHTML {
#main > .course > .content > .resources > h2 {
color: var(--text-primary);
}
::-webkit-scrollbar {
width: 10px;
height: 10px;
transition: 1s;
border-radius: 16px;
//width: 0px !important;
//background: none;
}
::-webkit-scrollbar-track {
background-color: transparent;
}
::-webkit-scrollbar-corner {
background: none;
/* set button(top and bottom of the scrollbar) */
body::-webkit-scrollbar-button {
display: none !important;
}
:root,
html,
@@ -1620,8 +1611,19 @@ div,
ol,
ul {
scrollbar-width: thin !important;
scrollbar-color: var(--better-light) var(--better-sub);
scrollbar-color: #babac0 #fff !important;
}
.dark {
body,
div,
ol,
ul {
scrollbar-width: thin !important;
scrollbar-color: #333 #111 !important;
}
}
.connectedNotificationsWrapper > div > button {
color: var(--text-primary) !important;
height: 45px;