diff --git a/app/assets/stylesheets/app/_notes.scss b/app/assets/stylesheets/app/_notes.scss index a052e7748..d33621c5d 100644 --- a/app/assets/stylesheets/app/_notes.scss +++ b/app/assets/stylesheets/app/_notes.scss @@ -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); }