Fixed pagination and scene poster overflowing page on small screens. Fixed back reload interfering with tag page hashes.

This commit is contained in:
2024-03-19 20:50:50 +01:00
parent 21eaa98de4
commit 52708b5d70
12 changed files with 141 additions and 77 deletions

View File

@@ -276,4 +276,15 @@ function getPath(page) {
color: var(--shadow-strong-10);
font-size: 1.1rem;
}
@media (--small-30) {
.pagination {
height: 4.5rem;
}
.page {
width: 2rem;
height: 2.5rem;
}
}
</style>