ui/pager: remove unused styles

This commit is contained in:
Adorian Doran 2026-02-15 21:36:53 +02:00
parent d8806eaa04
commit 0b8cba78d5
2 changed files with 0 additions and 15 deletions

View File

@ -19,14 +19,3 @@ body.prefers-centered-content .note-list-widget:not(.full-height) {
.note-list-widget video {
height: 100%;
}
/* #region Pagination */
.note-list-pager {
font-size: 1rem;
span.current-page {
text-decoration: underline;
font-weight: bold;
}
}
/* #endregion */

View File

@ -100,10 +100,6 @@
overflow: auto;
}
.note-list-pager {
text-align: center;
}
/* #region List view */
@keyframes note-preview-show {