summaryrefslogtreecommitdiff
path: root/client-web/style/room.sass
diff options
context:
space:
mode:
Diffstat (limited to 'client-web/style/room.sass')
-rw-r--r--client-web/style/room.sass14
1 files changed, 10 insertions, 4 deletions
diff --git a/client-web/style/room.sass b/client-web/style/room.sass
index 5c41171..8a72bf8 100644
--- a/client-web/style/room.sass
+++ b/client-web/style/room.sass
@@ -102,10 +102,16 @@
.media-freeze
filter: saturate(0%)
-video
+
+video, .preview
position: absolute
- max-width: 100%
- max-height: 100%
left: 50%
top: 50%
- transform: translate(-50%, -50%) \ No newline at end of file
+ transform: translate(-50%, -50%)
+
+video
+ max-width: 100%
+ max-height: 100%
+.preview
+ width: 100%
+ height: 100%