web: improved resizer

This commit is contained in:
Maxim Devaev
2022-11-21 05:20:03 +03:00
parent 9e26141783
commit 0d086c2c4a
3 changed files with 17 additions and 7 deletions

View File

@@ -23,6 +23,7 @@
div#stream-window {
min-width: 400px;
min-height: 200px;
padding-top: 23px;
}
div#stream-info {

View File

@@ -36,6 +36,10 @@ div#stream-window {
transform: translateX(-50%) !important;
}
div#stream-window::after {
display: none;
}
div#stream-window-header {
display: none !important;
}