position sublist chevron better when collapsed

pull/342/head
Matthew Hodgson 2015-11-08 11:44:13 +00:00
parent ed4c5b9f73
commit 69899e3718
1 changed files with 5 additions and 1 deletions

View File

@ -33,4 +33,8 @@ limitations under the License.
.mx_RoomSubList_chevron { .mx_RoomSubList_chevron {
padding-left: 5px; padding-left: 5px;
} }
.collapsed .mx_RoomSubList_chevron {
padding-left: 13px;
}