Merge pull request #3597 from matrix-org/t3chguy/fix_room_list_collapsed_padding

Now that part of spacing is padding, make it smaller when collapsed
This commit is contained in:
Michael Telatynski 2019-11-07 10:36:26 +00:00 committed by GitHub
commit 9d180be3c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -151,6 +151,7 @@ limitations under the License.
.mx_RoomSubList_labelContainer { .mx_RoomSubList_labelContainer {
margin-right: 8px; margin-right: 8px;
margin-left: 2px; margin-left: 2px;
padding: 0;
} }
.mx_RoomSubList_addRoom { .mx_RoomSubList_addRoom {