Compose window RTL #1056

This commit is contained in:
the-djmaze 2023-05-09 12:11:38 +02:00
parent 13abe74a31
commit 7968518f9c
2 changed files with 7 additions and 1 deletions

View file

@ -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 {

View file

@ -5,7 +5,7 @@
// Quick floats // Quick floats
.pull-right { .pull-right {
float: right; float: var(--right, right);
} }
// Toggling content // Toggling content