From d4946a8c441f9880d56b8a7eb9b3541ad932d935 Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Thu, 16 May 2019 18:34:30 -0500 Subject: [PATCH] Preview font size --- app/assets/stylesheets/app/_notes.scss | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) 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); }