fix orgy height

pull/227/head
Aevann 2024-05-23 03:57:01 +03:00
parent 6481d91d8c
commit 20c3cad072
1 changed files with 2 additions and 2 deletions

View File

@ -156,10 +156,10 @@ lite-youtube {
overflow-y: hidden;
}
.resizable {
.resizable:has(video) {
height: 28vh;
}
.resize > video {
.resizable > video {
margin: 14px 0 0 0 !important;
}