mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29: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
|
|
@ -111,7 +111,7 @@ dialog .modal-body {
|
|||
dialog > footer {
|
||||
padding: 9px 15px;
|
||||
margin-bottom: 0;
|
||||
text-align: right; // right align buttons
|
||||
text-align: var(--right, right); // right align buttons
|
||||
border-top: 1px solid var(--border-color, #ddd);
|
||||
border-radius: 0 0 var(--dialog-border-radius, 6px) var(--dialog-border-radius, 6px);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue