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 | |
parent | 19432427ac29a48605f7272815198f29a20ed75a (diff) | |
download | keks-meet-1a19d96536c0063d8583dedb47a9836313cbae7d.tar keks-meet-1a19d96536c0063d8583dedb47a9836313cbae7d.tar.bz2 keks-meet-1a19d96536c0063d8583dedb47a9836313cbae7d.tar.zst |
Expand users in UI
-rw-r--r-- | client-web/style/menu.sass | 1 | ||||
-rw-r--r-- | client-web/style/room.sass | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/client-web/style/menu.sass b/client-web/style/menu.sass index 3c06680..c906cc9 100644 --- a/client-web/style/menu.sass +++ b/client-web/style/menu.sass @@ -14,6 +14,7 @@ .main position: relative + padding: 0.5em .info-br position: absolute bottom: 0px 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 |