diff --git a/src/platform/web/ui/css/right-panel.css b/src/platform/web/ui/css/right-panel.css index 76cf3091..ab2879fc 100644 --- a/src/platform/web/ui/css/right-panel.css +++ b/src/platform/web/ui/css/right-panel.css @@ -15,12 +15,17 @@ justify-content: space-between; } -.SidebarLabel, .SidebarRow, -.RoomInfo, .RoomEncryption { +.SidebarLabel, .SidebarRow, .RoomInfo, .RoomEncryption { display: flex; align-items: center; -} +} .RoomEncryption { justify-content: center; } + +.buttons { + display: flex; + justify-content: right; + width: 100%; +}