diff options
author | tpart <tpart120@proton.me> | 2024-04-27 11:05:43 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-04-27 11:05:43 +0200 |
commit | 17d96f90b73528c20fb15083e9319fed1a548b8a (patch) | |
tree | d473eea18ab7c025ea82ea4416e9d3b7314c9da3 | |
parent | 3820dc28fe238751f23b7267171848f5aee88e98 (diff) | |
download | keks-meet-17d96f90b73528c20fb15083e9319fed1a548b8a.tar keks-meet-17d96f90b73528c20fb15083e9319fed1a548b8a.tar.bz2 keks-meet-17d96f90b73528c20fb15083e9319fed1a548b8a.tar.zst |
Center video
-rw-r--r-- | client-web/style/room.sass | 8 |
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 |