Fix various regressions (#2466)

This commit is contained in:
Eugen Rochko 2017-04-26 04:40:27 +02:00 committed by GitHub
parent d97a0525aa
commit fdcb55a0a6
5 changed files with 23 additions and 16 deletions

View file

@ -33,7 +33,7 @@ body.rtl {
.column-icon {
right: auto;
left: 0;
left: 5px;
}
.setting-toggle {
@ -125,5 +125,12 @@ body.rtl {
padding-left: 10px;
}
}
.columns-area > div {
.column, .drawer {
padding-left: 5px;
padding-right: 5px;
}
}
}
}