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:
parent
8cfe77a3cd
commit
11cafec863
1 changed files with 6 additions and 4 deletions
|
@ -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: "« ";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue