diff options
Diffstat (limited to 'client-web/style/room.sass')
-rw-r--r-- | client-web/style/room.sass | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/client-web/style/room.sass b/client-web/style/room.sass index 8668de6..57f3f98 100644 --- a/client-web/style/room.sass +++ b/client-web/style/room.sass @@ -91,10 +91,18 @@ position: absolute top: 0px right: 0px + button.bottomleft + position: absolute + bottom: 0px + left: 0px transition: filter 0.5s flex: 1 1 auto background-color: black +.fullscreen + background-color: rgb(48,48,48) + z-index: 1 + .media-audio border-radius: 5px height: 5em |