button to reduce the window

This commit is contained in:
Devaev Maxim
2021-04-23 19:19:55 +03:00
parent 1a584492c6
commit 4572cd586e
4 changed files with 23 additions and 3 deletions

View File

@@ -508,6 +508,7 @@
<div class="window-grab">Stream</div>
<button class="window-button-close">&times;</button>
<button class="window-button-maximize">&#9744;</button>
<button class="window-button-original">&bull;</button>
<button class="window-button-full-screen">&#10530;</button>
</div>
<div id="stream-info"></div>

View File

@@ -3,6 +3,7 @@ div(id="stream-window" class="window window-resizable" data-show-by-button="show
div(class="window-grab") Stream
button(class="window-button-close") &times;
button(class="window-button-maximize") &#9744;
button(class="window-button-original") &bull;
button(class="window-button-full-screen") &#10530;
div(id="stream-info")