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

View File

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