forked from rDrama/rDrama
1
0
Fork 0

fix videos overlapping on shit

master
Aevann 2023-01-01 14:20:06 +02:00
parent 361f5a6549
commit b1ad442edf
2 changed files with 3 additions and 4 deletions

View File

@ -6458,6 +6458,9 @@ div.markdown {
max-width: 100vw !important;
margin: 0 !important;
}
p .resizable {
height: 30vh !important;
}
.user-signature video {
max-height: min(var(--signature-max-height),50vh) !important;

View File

@ -1,7 +1,3 @@
.comment {
margin-top: 0.3rem;
}
.resizable {
height: 30vh !important;
}