1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

fix: align pagination correctly on small screens with non-English text

This commit is contained in:
Frédéric Guillot 2024-07-19 18:06:06 -07:00
parent 8cfe77a3cd
commit 11cafec863

View file

@ -336,6 +336,11 @@ a:hover {
display: inline;
padding-right: 15px;
}
.pagination-backward,
.pagination-forward {
display: flex;
}
}
/* Tables */
@ -732,10 +737,6 @@ template {
padding-top: 8px;
}
.pagination > div {
display: flex;
}
.pagination > div.pagination-backward > div {
padding-right: 15px;
}
@ -763,6 +764,7 @@ template {
.pagination-prev:before {
content: " ";
}
.pagination-first:before {
content: "« ";
}