Render mini user menu for when space panel is disabled (#7258)

This commit is contained in:
Michael Telatynski
2021-12-02 15:44:01 +00:00
committed by GitHub
parent d3c556bef7
commit 0a99be3d65
5 changed files with 23 additions and 5 deletions
+5
View File
@@ -111,6 +111,11 @@ $roomListCollapsedWidth: 68px;
display: flex;
align-items: center;
.mx_UserMenu {
// mini-mode for when Space Panel is disabled
margin-right: 12px;
}
& + .mx_RoomListHeader {
margin-top: 12px;
}