Preview font size

This commit is contained in:
Mo Bitar
2019-05-16 18:34:30 -05:00
parent 952e5bdb41
commit d4946a8c44

View File

@@ -120,8 +120,9 @@
} }
.note-preview { .note-preview {
font-size: 15px; font-size: var(--sn-stylekit-font-size-h3);
margin-top: 1px; margin-top: 2px;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
@@ -140,12 +141,6 @@
} }
} }
.preview-hidden {
font-size: 14px;
margin-top: 2px;
opacity: 0.6;
}
.note-flag { .note-flag {
color: var(--sn-stylekit-info-color); color: var(--sn-stylekit-info-color);
} }