diff --git a/apps/client/src/widgets/collections/NoteList.css b/apps/client/src/widgets/collections/NoteList.css index 449f45d97c..c7b0f63acb 100644 --- a/apps/client/src/widgets/collections/NoteList.css +++ b/apps/client/src/widgets/collections/NoteList.css @@ -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 */ diff --git a/apps/client/src/widgets/collections/legacy/ListOrGridView.css b/apps/client/src/widgets/collections/legacy/ListOrGridView.css index d0b3a7e773..3231f554f5 100644 --- a/apps/client/src/widgets/collections/legacy/ListOrGridView.css +++ b/apps/client/src/widgets/collections/legacy/ListOrGridView.css @@ -100,10 +100,6 @@ overflow: auto; } -.note-list-pager { - text-align: center; -} - /* #region List view */ @keyframes note-preview-show {