mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Improved RTL support #1056
This commit is contained in:
parent
9cabfe7570
commit
a71ea44753
14 changed files with 38 additions and 40 deletions
|
|
@ -70,7 +70,7 @@
|
|||
|
||||
.b-footer nav {
|
||||
flex-grow: 1;
|
||||
text-align: right;
|
||||
text-align: var(--right, right);
|
||||
}
|
||||
|
||||
.btn.buttonMoreSearch {
|
||||
|
|
@ -226,11 +226,7 @@
|
|||
font-size: 11px;
|
||||
white-space: nowrap;
|
||||
min-width: 3.5em;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.attachmentParent {
|
||||
margin: 0 10px 0 5px;
|
||||
text-align: var(--right, right);
|
||||
}
|
||||
|
||||
.senderParent, .subjectParent {
|
||||
|
|
@ -334,8 +330,9 @@
|
|||
z-index: 101;
|
||||
}
|
||||
|
||||
.attachmentParent,
|
||||
.flagParent {
|
||||
padding: 0 10px 0 5px;
|
||||
margin: 0 10px 0 5px;
|
||||
}
|
||||
.flagParent::after {
|
||||
content: '☆'; /*⚐*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue