Fix: Title was abnormally large in Cast and SyncPlay menus
This commit is contained in:
parent
03e56ef2a6
commit
ff0d0ceca6
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue