diff options
author | tpart <tpart120@proton.me> | 2024-04-29 18:45:09 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-04-29 18:45:09 +0200 |
commit | 0b2f39cdc4a8d4361fccb0f1b5f9849585d04ea2 (patch) | |
tree | 3fe61ab261e9eb17676604791299e656ccc5b787 | |
parent | 632b7d3b8cd3807eca598239c4b5ecd780fc863f (diff) | |
download | keks-meet-0b2f39cdc4a8d4361fccb0f1b5f9849585d04ea2.tar keks-meet-0b2f39cdc4a8d4361fccb0f1b5f9849585d04ea2.tar.bz2 keks-meet-0b2f39cdc4a8d4361fccb0f1b5f9849585d04ea2.tar.zst |
Add enable video shadow
-rw-r--r-- | client-web/style/room.sass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client-web/style/room.sass b/client-web/style/room.sass index f86c6b7..8668de6 100644 --- a/client-web/style/room.sass +++ b/client-web/style/room.sass @@ -86,6 +86,7 @@ top: 50% left: 50% transform: translate(-50%,-50%) + box-shadow: 0px 0px 50px 0px rgb(0,0,0) button.topright position: absolute top: 0px |