diff options
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 |