mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 09:02:45 +08: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;
|
||||
text-decoration: none;
|
||||
font-size: 22px;
|
||||
padding: 3px;
|
||||
padding: 0 3px;
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
|
|
|
@ -70,7 +70,8 @@
|
|||
|
||||
.b-footer nav {
|
||||
flex-grow: 1;
|
||||
text-align: var(--right, right);
|
||||
display: flex;
|
||||
justify-content: end;
|
||||
}
|
||||
|
||||
.btn.buttonMoreSearch {
|
||||
|
|
Loading…
Reference in a new issue