mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Compose window RTL #1056
This commit is contained in:
parent
13abe74a31
commit
7968518f9c
2 changed files with 7 additions and 1 deletions
|
|
@ -77,6 +77,12 @@ html[dir="rtl"] {
|
||||||
padding: 0 0 0 10px;
|
padding: 0 0 0 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header .close,
|
||||||
|
header .minimize-custom {
|
||||||
|
margin-left: 0;
|
||||||
|
margin-right: 0.7em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.b-folders {
|
.b-folders {
|
||||||
|
|
|
||||||
2
vendors/bootstrap/less/utilities.less
vendored
2
vendors/bootstrap/less/utilities.less
vendored
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
// Quick floats
|
// Quick floats
|
||||||
.pull-right {
|
.pull-right {
|
||||||
float: right;
|
float: var(--right, right);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Toggling content
|
// Toggling content
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue