diff options
Diffstat (limited to 'client-web/style/room.sass')
-rw-r--r-- | client-web/style/room.sass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/client-web/style/room.sass b/client-web/style/room.sass index 57f3f98..7c530ee 100644 --- a/client-web/style/room.sass +++ b/client-web/style/room.sass @@ -87,14 +87,14 @@ left: 50% transform: translate(-50%,-50%) box-shadow: 0px 0px 50px 0px rgb(0,0,0) + button.topleft + position: absolute + top: 0px + left: 0px button.topright 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 |