diff --git a/apps/web/res/css/views/rooms/_RoomPreviewBar.pcss b/apps/web/res/css/views/rooms/_RoomPreviewBar.pcss index 39df898c1a..99c1b8a7b5 100644 --- a/apps/web/res/css/views/rooms/_RoomPreviewBar.pcss +++ b/apps/web/res/css/views/rooms/_RoomPreviewBar.pcss @@ -103,7 +103,8 @@ Please see LICENSE files in the repository root for full details. margin: auto; box-sizing: content; width: 400px; - border-radius: 4px; + /* Matches the room preview card this stands in place of, and the panel form of this same bar */ + border-radius: 8px; flex-direction: column; padding: 20px; text-align: center;