Start work for the media menu refactor...

This commit is contained in:
Jas Singh
2024-06-30 16:46:09 -07:00
parent 9cf5b0f5ea
commit 6b98da2145
19 changed files with 807 additions and 900 deletions

View File

@@ -12,9 +12,10 @@ html, body {
background-color: $primary_bg;
}
::-webkit-scrollbar {
display: none;
}
// scrollbar {
// background-color: red;
// min-width: 5em;
// }
.code {
background: $light-background;