Fix: Title was abnormally large in Cast and SyncPlay menus

This commit is contained in:
lscambo13
2024-12-05 08:55:41 -08:00
parent 03e56ef2a6
commit ff0d0ceca6

View File

@@ -442,6 +442,10 @@ html {
opacity: .66; opacity: .66;
} }
.actionSheetContent>h1 {
font-size: unset;
}
.collapseContent { .collapseContent {
background-color: unset !important; background-color: unset !important;
backdrop-filter: unset !important; backdrop-filter: unset !important;