From 0b8cba78d5eecff1f3e7771b941a6c544dee40d1 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sun, 15 Feb 2026 21:36:53 +0200 Subject: [PATCH] ui/pager: remove unused styles --- apps/client/src/widgets/collections/NoteList.css | 11 ----------- .../src/widgets/collections/legacy/ListOrGridView.css | 4 ---- 2 files changed, 15 deletions(-) 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 {