diff options
author | tpart <tpart120@proton.me> | 2024-04-27 10:36:21 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-04-27 10:36:21 +0200 |
commit | 1a19d96536c0063d8583dedb47a9836313cbae7d (patch) | |
tree | 4385669a891d47532fb56f7cf1cb1627d35b6a61 /client-web/style/room.sass | |
parent | 19432427ac29a48605f7272815198f29a20ed75a (diff) | |
download | keks-meet-1a19d96536c0063d8583dedb47a9836313cbae7d.tar keks-meet-1a19d96536c0063d8583dedb47a9836313cbae7d.tar.bz2 keks-meet-1a19d96536c0063d8583dedb47a9836313cbae7d.tar.zst |
Expand users in UI
Diffstat (limited to 'client-web/style/room.sass')
-rw-r--r-- | client-web/style/room.sass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client-web/style/room.sass b/client-web/style/room.sass index 9ec5890..e5e8749 100644 --- a/client-web/style/room.sass +++ b/client-web/style/room.sass @@ -9,6 +9,8 @@ height: 100% display: flex flex-wrap: wrap + justify-content: space-around + align-content: stretch .user background-color: var(--bg) @@ -18,9 +20,9 @@ margin: 0.5em vertical-align: top min-width: fit-content - height: 16em display: inline-block position: relative + flex: 1 1 .user .info .name font-weight: 400 |