Merge pull request 'master' (#22) from master into 98

Reviewed-on: #22
This commit is contained in:
Kibi Kelburton
2026-07-26 20:23:11 +00:00
5 changed files with 28 additions and 5 deletions

View File

@@ -4905,16 +4905,17 @@ span.placeholder {
transition: right 0.3s ease-in-out;
}
/* Sidebar hidden — reclaim the full width */
body.sidebar-right-hidden .pagination-container-fluid {
right: 0;
}
/* Modern layout: wider sidebar needs wider offset */
body.layout-modern .pagination-container-fluid {
right: 400px;
}
/* Sidebar hidden — reclaim the full width */
body.sidebar-right-hidden .pagination-container-fluid,
body.layout-modern.sidebar-right-hidden .pagination-container-fluid {
right: 0;
}
.bottom-pagination.fixed-pagination {
margin: 10px auto;
pointer-events: auto;