mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
Fix locale pagination order for #1056
This commit is contained in:
parent
bf6f342ffd
commit
2d52493b89
2 changed files with 3 additions and 2 deletions
|
|
@ -137,7 +137,7 @@ html.rl-left-panel-disabled {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
padding: 3px;
|
padding: 0 3px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,8 @@
|
||||||
|
|
||||||
.b-footer nav {
|
.b-footer nav {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
text-align: var(--right, right);
|
display: flex;
|
||||||
|
justify-content: end;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn.buttonMoreSearch {
|
.btn.buttonMoreSearch {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue