diff options
author | tpart <tpart120@proton.me> | 2024-04-27 11:12:54 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-04-27 11:12:54 +0200 |
commit | fe3b43ecb81f0cffcaef1a66c680aff13fcf0448 (patch) | |
tree | e4531522042681580e7a58938b468de02cef9018 | |
parent | 17d96f90b73528c20fb15083e9319fed1a548b8a (diff) | |
download | keks-meet-fe3b43ecb81f0cffcaef1a66c680aff13fcf0448.tar keks-meet-fe3b43ecb81f0cffcaef1a66c680aff13fcf0448.tar.bz2 keks-meet-fe3b43ecb81f0cffcaef1a66c680aff13fcf0448.tar.zst |
Fix audio style
-rw-r--r-- | client-web/style/room.sass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client-web/style/room.sass b/client-web/style/room.sass index 90aebb2..49022bd 100644 --- a/client-web/style/room.sass +++ b/client-web/style/room.sass @@ -35,9 +35,7 @@ margin-bottom: 1em .user .resource - background: black display: inline-block - flex: 1 1 auto .resource position: relative @@ -93,6 +91,8 @@ top: 0px right: 0px transition: filter 0.5s + flex: 1 1 auto + background-color: black .media-audio border-radius: 5px |