Skip to content

Commit

Permalink
Improve style of note list
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Aug 7, 2022
1 parent 23d332a commit b41c1a8
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/note-list.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,31 @@
&:hover {
border-color: var(--breeze-accent-color) !important;
}

.note-book-header {
line-height: 1;

.note-icon {
font-size: 0.9em !important;
display: inline !important;
vertical-align: middle;
}

.note-book-title {
vertical-align: middle;
}

.rendered-note-attributes {
display: block;
font-size: 0.5em;
margin: 0.25em 0 0 0;
line-height: 1.1;

&::before {
display: none;
}
}
}
}

.note-book-card .note-book-card {
Expand Down

0 comments on commit b41c1a8

Please sign in to comment.