forked from rDrama/rDrama
1
0
Fork 0

limit height of badges in popover to 20vh

master
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;
}