mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 03:59:21 +03:00
Improved RTL support #1056
This commit is contained in:
parent
9cabfe7570
commit
a71ea44753
14 changed files with 38 additions and 40 deletions
|
|
@ -18,6 +18,10 @@
|
|||
height: 1.5em;
|
||||
width: 1.5em;
|
||||
}
|
||||
[dir="rtl"] .messageView .fromPic {
|
||||
float: right;
|
||||
margin: 0 0 0 4px;
|
||||
}
|
||||
[dir="rtl"] .messageCheckbox .fromPic {
|
||||
margin: 0 0.4em -0.4em -0.5em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue