From: Adam Dullage Date: Thu, 20 Apr 2023 12:46:33 +0000 (+0100) Subject: Use rem for font-size. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9797e7fad2c4e2c8d66ee1edc2f2b5824f81dd6b;p=flatnotes.git Use rem for font-size. --- diff --git a/flatnotes/src/components/LoadingIndicator.vue b/flatnotes/src/components/LoadingIndicator.vue index 6e2d043..4d94613 100644 --- a/flatnotes/src/components/LoadingIndicator.vue +++ b/flatnotes/src/components/LoadingIndicator.vue @@ -23,7 +23,7 @@ p { .failed-icon { color: var(--colour-brand); - font-size: 60px; + font-size: 4rem; } .failure-message { @@ -45,7 +45,7 @@ p { text-indent: -9999em; margin: 33% auto; position: relative; - font-size: 11px; + font-size: 0.75rem; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); diff --git a/flatnotes/src/components/NoteViewerEditor.vue b/flatnotes/src/components/NoteViewerEditor.vue index f534819..4def6ad 100644 --- a/flatnotes/src/components/NoteViewerEditor.vue +++ b/flatnotes/src/components/NoteViewerEditor.vue @@ -20,9 +20,9 @@ class="d-flex justify-content-between flex-wrap align-items-end mb-3" > -

+

{{ currentNote.title }} -

+