diff options
Diffstat (limited to 'client-web/style/room.sass')
-rw-r--r-- | client-web/style/room.sass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client-web/style/room.sass b/client-web/style/room.sass index 0c6d8d7..46dde36 100644 --- a/client-web/style/room.sass +++ b/client-web/style/room.sass @@ -5,6 +5,9 @@ .room overflow-y: scroll + width: 100% + display: flex + flex-wrap: wrap .user background-color: var(--bg) |