Added base code for RTL support #1056

This commit is contained in:
the-djmaze 2023-04-11 12:55:59 +02:00
parent dfc415e3a8
commit 20a2f5f185
46 changed files with 69 additions and 20 deletions

View file

@ -13,12 +13,11 @@
width:68px
}
*/
#rl-app .messageCheckbox {
padding-right:0;
white-space:nowrap;
}
.messageCheckbox .fromPic {
margin: 0 0 -0.4em 0.4em;
margin: 0 -0.5em -0.4em 0.4em;
height: 1.5em;
width: 1.5em;
}
[dir="rtl"] .messageCheckbox .fromPic {
margin: 0 0.4em -0.4em -0.5em;
}