css fix for videos

pull/72/head
Aevann1 2022-12-15 16:47:11 +02:00
parent 039c3964c9
commit ce23b35980
1 changed files with 2 additions and 2 deletions

View File

@ -6469,7 +6469,7 @@ div.markdown {
scrollbar-width: none;
-ms-overflow-style: none;
max-height: 70vh !important;
max-width: 65vw !important;
max-width: 100vw !important;
}
.resizable::-webkit-scrollbar {
background: transparent;
@ -6478,7 +6478,7 @@ div.markdown {
height: 100% !important;
width: 100% !important;
max-height: 70vh !important;
max-width: 65vw !important;
max-width: 100vw !important;
margin: 0 !important;
}