issues
search
mabeyj
/
trilium-collection-views
An extension for Trilium Notes that implements different ways of viewing collections of notes.
MIT License
76
stars
5
forks
source link
Margin CSS variable and fixes
#18
Closed
mabeyj
closed
2 years ago
mabeyj
commented
2 years ago
Add
--collection-view-margin
CSS variable for changing the outermost margin. This is set based on Trilium's default themes. Other themes may require different margins.
Move CSS variables from
body
to
:root
where most default variables are located.
Add documentation for CSS variables to README.
Add margin to error message.
--collection-view-margin
CSS variable for changing the outermost margin. This is set based on Trilium's default themes. Other themes may require different margins.body
to:root
where most default variables are located.