aboutsummaryrefslogtreecommitdiff
path: root/client-web/style
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-04-27 20:22:56 +0200
committermetamuffin <metamuffin@disroot.org>2024-04-27 20:23:02 +0200
commit8b11f29a5e83a8bd6d9111e7b2d871eaab5536eb (patch)
tree3aaee4f66b05d05c01ca9044d656293a109ed8eb /client-web/style
parent959d2c9d7acea2cd7febcf1ab8ba5efd771c7713 (diff)
downloadkeks-meet-8b11f29a5e83a8bd6d9111e7b2d871eaab5536eb.tar
keks-meet-8b11f29a5e83a8bd6d9111e7b2d871eaab5536eb.tar.bz2
keks-meet-8b11f29a5e83a8bd6d9111e7b2d871eaab5536eb.tar.zst
prototype stream previews
Diffstat (limited to 'client-web/style')
-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%