Fix locale pagination order for #1056

This commit is contained in:
the-djmaze 2023-05-08 13:23:54 +02:00
parent bf6f342ffd
commit 2d52493b89
2 changed files with 3 additions and 2 deletions

View file

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

View file

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