From 87ee1185f21fba8513cfbcab06d6941345ae0044 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Tue, 24 Feb 2026 09:33:28 +0200 Subject: [PATCH] ui/list & grid view: add bottom margin if the pager is not visible --- apps/client/src/widgets/collections/legacy/ListOrGridView.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/client/src/widgets/collections/legacy/ListOrGridView.css b/apps/client/src/widgets/collections/legacy/ListOrGridView.css index 0149f1c604..44718439c0 100644 --- a/apps/client/src/widgets/collections/legacy/ListOrGridView.css +++ b/apps/client/src/widgets/collections/legacy/ListOrGridView.css @@ -17,6 +17,10 @@ .note-list-bottom-pager { margin-block: 8px; } + + &:not(:has(.note-list-bottom-pager)) { + margin-bottom: 48px; + } } /* #region List view / Grid view common styles */