feat: add zoom scaling to timetable page #202

This commit is contained in:
SethBurkart123
2025-02-11 21:40:57 +11:00
parent 694d11477d
commit d65bfa8c46
2 changed files with 135 additions and 4 deletions
+10
View File
@@ -11,10 +11,16 @@
--auto-background: var(--better-pale, var(--background-secondary)) !important;
font-family: Rubik, sans-serif !important;
}
.hidden {
display: none;
}
button.uiButton.timetable-zoom.iconFamily,
.iconFamily {
font-family: "IconFamily" !important;
}
body,
.legacy-root input,
.legacy-root textarea,
@@ -229,6 +235,10 @@ html {
}
}
.timetable-zoom {
font-size: 14px !important;
}
#main > .dashboard {
grid-template-columns: repeat(autofit, minmax(200px, 400px)) !important;
background: unset;