diff --git a/src/platform/web/ui/css/right-panel.css b/src/platform/web/ui/css/right-panel.css index 23f140c3..76cf3091 100644 --- a/src/platform/web/ui/css/right-panel.css +++ b/src/platform/web/ui/css/right-panel.css @@ -1,8 +1,26 @@ -.RoomInfo{ +.RoomInfo { grid-area: right; - background : rgba(245, 245, 245, 0.90); - display: flex; flex-direction: column; - align-items: center; - padding:10px; +} + +.RoomAvatar { + display: flex; +} + +.RoomName h2 { + text-align: center; +} + +.SidebarRow { + justify-content: space-between; +} + +.SidebarLabel, .SidebarRow, +.RoomInfo, .RoomEncryption { + display: flex; + align-items: center; +} + +.RoomEncryption { + justify-content: center; }