We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1530568 commit acdcb21Copy full SHA for acdcb21
src/skins/vector/css/vector-web/structures/LeftPanel.css
@@ -91,19 +91,13 @@ limitations under the License.
91
.collapsed .mx_BottomLeftMenu_createRoom,
92
.collapsed .mx_BottomLeftMenu_people,
93
.collapsed .mx_BottomLeftMenu_settings {
94
- margin-left: 0px ! important;
+ margin-right: 0px ! important;
95
padding-top: 3px ! important;
96
padding-bottom: 3px ! important;
97
}
98
99
-.mx_LeftPanel .mx_BottomLeftMenu_directory {
100
- margin-right: 10px;
101
-}
102
-
103
-.mx_LeftPanel .mx_BottomLeftMenu_createRoom {
104
105
106
+.mx_LeftPanel .mx_BottomLeftMenu_directory,
+.mx_LeftPanel .mx_BottomLeftMenu_createRoom,
107
.mx_LeftPanel .mx_BottomLeftMenu_people {
108
margin-right: 10px;
109
0 commit comments