diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 535488750..59c3a7a9a 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -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; +}