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:
commit
9d180be3c0
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ limitations under the License.
|
|||
.mx_RoomSubList_labelContainer {
|
||||
margin-right: 8px;
|
||||
margin-left: 2px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.mx_RoomSubList_addRoom {
|
||||
|
|
Loading…
Reference in a new issue