reduce badges size in popover from 20vh to 10vh

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-11-12 10:52:31 +02:00
parent 9c3f3d0416
commit ccd2349d85
1 changed files with 1 additions and 1 deletions

View File

@ -6341,6 +6341,6 @@ div.markdown {
margin: 0 0.15rem 0 0 !important;
}
.pop-badges {
max-height: 20vh!important;
max-height: 10vh!important;
overflow: auto;
}