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 {
font-size: 15px;
margin-top: 1px;
font-size: var(--sn-stylekit-font-size-h3);
margin-top: 2px;
overflow: hidden;
text-overflow: ellipsis;
@@ -140,12 +141,6 @@
}
}
.preview-hidden {
font-size: 14px;
margin-top: 2px;
opacity: 0.6;
}
.note-flag {
color: var(--sn-stylekit-info-color);
}