fix paginator

This commit is contained in:
edshot99 2025-02-08 22:59:47 -06:00
parent b291464f1c
commit d489ca0f26

View File

@ -1,4 +1,4 @@
div.paginator {
nav.pagination {
max-width: 100vw;
overflow: hidden;
background-color: var(--bg-400);
@ -13,6 +13,6 @@ div.paginator {
}
}
div.paginator > span.current:hover {
nav.pagination > span.current:hover {
background-color: var(--bg-300) !important;
}