1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

Factorise .pagination-next and .pagination-last together

This commit is contained in:
jvoisin 2024-12-15 19:44:19 +01:00 committed by Frédéric Guillot
parent c3e842eba6
commit 14a6e8ed3a

View file

@ -748,7 +748,7 @@ template {
padding-left: 15px; padding-left: 15px;
} }
.pagination-next { .pagination-next, .pagination-last {
text-align: right; text-align: right;
} }
@ -756,10 +756,6 @@ template {
content: " "; content: " ";
} }
.pagination-last {
text-align: right;
}
.pagination-last:after { .pagination-last:after {
content: " »"; content: " »";
} }