limit height of badges in popover to 20vh

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-11-11 16:28:17 +02:00
parent 8a8c55ed09
commit d95fdcbaaf
1 changed files with 4 additions and 0 deletions

View File

@ -6337,3 +6337,7 @@ div.markdown {
.fas.fa-ellipsis-h {
margin: 0 0.15rem 0 0 !important;
}
.pop-badges {
max-height: 20vh!important;
overflow: auto;
}