1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-04 11:51:45 +03:00

Merge pull request #2343 from matrix-org/bwindels/addroombuttonalignment

Redesign: fix add room button alignment when collapsed
This commit is contained in:
Bruno Windels
2018-12-12 09:21:12 +00:00
committed by GitHub

View File

@@ -192,7 +192,7 @@ limitations under the License.
.mx_RoomSubList_addRoom { .mx_RoomSubList_addRoom {
margin-left: 3px; margin-left: 3px;
margin-right: 28px; margin-right: 10px;
} }
.mx_RoomSubList_label > span { .mx_RoomSubList_label > span {