Add global fullscreen toggle button

This commit is contained in:
Torjus
2018-07-19 10:01:34 +02:00
parent 88f59214e6
commit a26cf2fa14
4 changed files with 145 additions and 77 deletions
+9
View File
@@ -232,6 +232,14 @@
}
}
&.fullscreen {
background-image: url('/resources/images/icon_fullscreen_white.svg');
&.on {
background-image: url('/resources/images/icon_fullscreen_exit_white.svg');
}
}
&.screen {
&.on {
background-image: url('/resources/images/no-share-screen-black.svg');
@@ -250,6 +258,7 @@
background-image: url('/resources/images/share-screen-extension.svg');
}
}
&.raise-hand {
background-image: url('/resources/images/icon-hand-white.svg');