Skip to content

Commit acdcb21

Browse files
committed
Fixed weird margin bug when LHS panel is collapsed
1 parent 1530568 commit acdcb21

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

src/skins/vector/css/vector-web/structures/LeftPanel.css

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,19 +91,13 @@ limitations under the License.
9191
.collapsed .mx_BottomLeftMenu_createRoom,
9292
.collapsed .mx_BottomLeftMenu_people,
9393
.collapsed .mx_BottomLeftMenu_settings {
94-
margin-left: 0px ! important;
94+
margin-right: 0px ! important;
9595
padding-top: 3px ! important;
9696
padding-bottom: 3px ! important;
9797
}
9898

99-
.mx_LeftPanel .mx_BottomLeftMenu_directory {
100-
margin-right: 10px;
101-
}
102-
103-
.mx_LeftPanel .mx_BottomLeftMenu_createRoom {
104-
margin-right: 10px;
105-
}
106-
99+
.mx_LeftPanel .mx_BottomLeftMenu_directory,
100+
.mx_LeftPanel .mx_BottomLeftMenu_createRoom,
107101
.mx_LeftPanel .mx_BottomLeftMenu_people {
108102
margin-right: 10px;
109103
}

0 commit comments

Comments
 (0)