reverted stream window padding

This commit is contained in:
Maxim Devaev 2022-11-21 05:38:40 +03:00
parent 0d086c2c4a
commit 1c0ed565ce

View File

@ -23,7 +23,10 @@
div#stream-window { div#stream-window {
min-width: 400px; min-width: 400px;
min-height: 200px; min-height: 200px;
padding-top: 23px; /*padding-top: 23px;
padding-bottom: 2px;
padding-left: 2px;
padding-right: 2px;*/
} }
div#stream-info { div#stream-info {