increase popover width on mobile from 80% to 90%

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-11-09 21:10:35 +02:00
parent 282762bef8
commit 3e884d4548
1 changed files with 1 additions and 1 deletions

View File

@ -5110,7 +5110,7 @@ html {
@media (max-width: 991.98px) {
.popover {
max-width: 80% !important;
max-width: 90% !important;
}
}