diff options
Diffstat (limited to 'client-web/style')
-rw-r--r-- | client-web/style/room.sass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client-web/style/room.sass b/client-web/style/room.sass index efb968b..9ec5890 100644 --- a/client-web/style/room.sass +++ b/client-web/style/room.sass @@ -92,11 +92,15 @@ position: absolute top: 0px right: 0px + transition: filter 0.5s .media-audio border-radius: 5px height: 5em width: 20em +.media-freeze + filter: saturate(0%) + video height: 12em |