fix css rule

pull/64/head
Aevann1 2022-12-11 19:16:30 +02:00
parent a1debd4051
commit b0b181e610
1 changed files with 4 additions and 4 deletions

View File

@ -6436,10 +6436,6 @@ div.markdown {
overflow: clip;
}
.user-signature video {
height: var(--signature-max-height);
}
.award-name {
font-weight: bold;
font-size: 14px;
@ -6480,3 +6476,7 @@ div.markdown {
.bigger {
height:50vh;
}
.user-signature video {
max-height: min(var(--signature-max-height),50vh) !important;
}