make yt videos smaller inside textareas

pull/64/head
Aevann1 2022-12-11 20:27:31 +02:00
parent 2f8fefe76b
commit 0d57f11a03
1 changed files with 5 additions and 0 deletions

View File

@ -6480,3 +6480,8 @@ div.markdown {
.user-signature video {
max-height: min(var(--signature-max-height),50vh) !important;
}
.comment-text lite-youtube, #post-text lite-youtube {
max-width: 500px;
margin-top: 5px;
}