From 38d22c7af64c05a0a43f9ecc6fd54ecbe31ad484 Mon Sep 17 00:00:00 2001 From: Jonas Date: Thu, 21 Sep 2023 16:35:47 +0200 Subject: [PATCH] fix(Page): smaller title font size to prevent cut off edges * Prevent cut off edges in emoji button * Prevent cut off lower letter parts in title with some fonts Signed-off-by: Jonas --- src/Collectives.vue | 2 +- src/components/Collective.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Collectives.vue b/src/Collectives.vue index 7f0de33d6..20f5d9ff9 100644 --- a/src/Collectives.vue +++ b/src/Collectives.vue @@ -136,7 +136,7 @@ export default { } #version-title, #titleform input[type='text'] { - font-size: 35px; + font-size: 30px; border: none; color: var(--color-main-text); width: 100%; diff --git a/src/components/Collective.vue b/src/components/Collective.vue index b3109ef28..31ac38530 100644 --- a/src/components/Collective.vue +++ b/src/components/Collective.vue @@ -211,7 +211,7 @@ export default { display: flex; align-items: center; justify-content: center; - font-size: 30px; + font-size: 24px; min-width: 44px; height: 43px; opacity: 0.8; @@ -219,7 +219,7 @@ export default { .button-emoji-page { width: 44px; padding: 0px 4px; - font-size: 30px; + font-size: 24px; &.mobile { font-size: 25px;