position sublist chevron better when collapsed

This commit is contained in:
Matthew Hodgson 2015-11-08 11:44:13 +00:00
parent ed4c5b9f73
commit 69899e3718

View file

@ -34,3 +34,7 @@ limitations under the License.
.mx_RoomSubList_chevron {
padding-left: 5px;
}
.collapsed .mx_RoomSubList_chevron {
padding-left: 13px;
}