diff options
author | metamuffin <metamuffin@disroot.org> | 2024-04-01 15:03:08 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-04-01 15:03:08 +0200 |
commit | 5cd88136c70dc3aae12778180b7f1c2c568a00fc (patch) | |
tree | 564de5c986aa13e0f3465ff473e3e177daf177ed /client-web/style | |
parent | 1d6c5b55b7abc287a7d0493858640d2c8c7da2c2 (diff) | |
download | keks-meet-5cd88136c70dc3aae12778180b7f1c2c568a00fc.tar keks-meet-5cd88136c70dc3aae12778180b7f1c2c568a00fc.tar.bz2 keks-meet-5cd88136c70dc3aae12778180b7f1c2c568a00fc.tar.zst |
more live regions and mute indicator
Diffstat (limited to 'client-web/style')
-rw-r--r-- | client-web/style/room.sass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client-web/style/room.sass b/client-web/style/room.sass index 45517ff..efb968b 100644 --- a/client-web/style/room.sass +++ b/client-web/style/room.sass @@ -66,6 +66,9 @@ .resource-track.audio-active border: 2px solid var(--ac-light) +.resource-track.audio-mute + border: 2px solid rgb(255, 86, 86) + .connection-status font-size: small .status-neutral |