mirror of
https://github.com/zadam/trilium.git
synced 2026-02-26 08:33:36 +01:00
ui/list & grid view: add bottom margin if the pager is not visible
This commit is contained in:
parent
f4b0f810bd
commit
87ee1185f2
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user