Fix various regressions (#2466)
This commit is contained in:
parent
d97a0525aa
commit
fdcb55a0a6
5 changed files with 23 additions and 16 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue