ui/list & grid view: add bottom margin if the pager is not visible

This commit is contained in:
Adorian Doran 2026-02-24 09:33:28 +02:00
parent f4b0f810bd
commit 87ee1185f2

View File

@ -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 */