diff options
author | tpart <tpart120@proton.me> | 2024-04-29 20:02:17 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-04-29 20:02:17 +0200 |
commit | 9b6d0edb37b9baf4eab4ef05f57cce2e3e761dc1 (patch) | |
tree | 3cec8f11b9c73a865a3c00d28fe60fa0e4bdec79 /client-web/style/room.sass | |
parent | e8a0084d2890ca3bdc82a4a7d734e7f291d8255d (diff) | |
download | keks-meet-9b6d0edb37b9baf4eab4ef05f57cce2e3e761dc1.tar keks-meet-9b6d0edb37b9baf4eab4ef05f57cce2e3e761dc1.tar.bz2 keks-meet-9b6d0edb37b9baf4eab4ef05f57cce2e3e761dc1.tar.zst |
Clean up css
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 |