prevent hiding of resize icon

pull/138/head
Aevann 2023-03-07 04:05:37 +02:00
parent a21b6338f7
commit ce90178349
1 changed files with 2 additions and 2 deletions

View File

@ -6919,8 +6919,8 @@ div.markdown {
max-width: 100vw !important;
}
.resizable > video {
height: 100% !important;
width: 100% !important;
height: 99% !important;
width: 99% !important;
max-height: 70vh !important;
max-width: 100vw !important;
margin: 0 !important;