mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
Improved RTL support #1056
This commit is contained in:
parent
9cabfe7570
commit
a71ea44753
14 changed files with 38 additions and 40 deletions
|
|
@ -87,7 +87,6 @@ html:not(.rl-left-panel-disabled) #rl-left {
|
|||
|
||||
.search-input-wrp {
|
||||
position: relative;
|
||||
text-align: right;
|
||||
}
|
||||
.search-input-wrp a {
|
||||
position: absolute;
|
||||
|
|
@ -103,7 +102,8 @@ html:not(.rl-left-panel-disabled) #rl-left {
|
|||
}
|
||||
}
|
||||
#rl-left .search-input-wrp {
|
||||
margin-right: 8px;
|
||||
margin: 0 4px;
|
||||
width: calc(100% - 8px);
|
||||
}
|
||||
|
||||
html:not(.rl-ctrl-key-pressed) .visible-on-ctrl-btn,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue