aboutsummaryrefslogtreecommitdiff
path: root/client-web
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-04-27 11:05:43 +0200
committertpart <tpart120@proton.me>2024-04-27 11:05:43 +0200
commit17d96f90b73528c20fb15083e9319fed1a548b8a (patch)
treed473eea18ab7c025ea82ea4416e9d3b7314c9da3 /client-web
parent3820dc28fe238751f23b7267171848f5aee88e98 (diff)
downloadkeks-meet-17d96f90b73528c20fb15083e9319fed1a548b8a.tar
keks-meet-17d96f90b73528c20fb15083e9319fed1a548b8a.tar.bz2
keks-meet-17d96f90b73528c20fb15083e9319fed1a548b8a.tar.zst
Center video
Diffstat (limited to 'client-web')
-rw-r--r--client-web/style/room.sass8
1 files changed, 6 insertions, 2 deletions
diff --git a/client-web/style/room.sass b/client-web/style/room.sass
index 9d3502e..90aebb2 100644
--- a/client-web/style/room.sass
+++ b/client-web/style/room.sass
@@ -19,7 +19,7 @@
padding: 1em
margin: 0.5em
vertical-align: top
- min-width: fit-content
+ min-width: 15em
position: relative
flex: 1 1
display: flex
@@ -35,6 +35,7 @@
margin-bottom: 1em
.user .resource
+ background: black
display: inline-block
flex: 1 1 auto
@@ -104,4 +105,7 @@
video
position: absolute
max-width: 100%
- max-height: 100% \ No newline at end of file
+ max-height: 100%
+ left: 50%
+ top: 50%
+ transform: translate(-50%, -50%) \ No newline at end of file