Skip to content
Discussion options

You must be logged in to vote

I can't say i feel like there was so much wasted space in the new design that that would give me any reason not to use it when I otherwise really like it, but I also have noticed that there is some empty space around the title that seems unnecessary. In particular, some empty padding above the title and the empty area for switching note type that remains there even if it is empty.

If that is what you mean, here is a simple change i made to my Trilium to improve these two things:

  1. Make a new Code note anywhere, type CSS.
  2. Add a note attribute #appCss.
  3. Insert
.inline-title {
  padding-top: 0 !important;
}

.note-type-switcher:empty {
  display: none;
}
  1. Reload and enjoy

Maybe this helps yo…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by eliandoran
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants