From 9a73b47e0c21b1ab2c969079f318be2e342aac83 Mon Sep 17 00:00:00 2001 From: Nikita Konev Date: Mon, 23 Dec 2024 15:18:45 +0300 Subject: [PATCH] better fonts for .inline-caption-base and .caption-small --- frontend/src/App.vue | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 8779722e8..a394999fb 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -988,17 +988,13 @@ div .stop-scrolling { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -} - -@media screen and (max-width: $mobileWidth) { - .inline-caption-base { - font-size 0.6em - } + font-size 0.9rem + font-weight: 500; } .caption-small { color:rgba(0, 0, 0, .6); - font-size: .8125rem; + font-size: 0.9rem; font-weight: 500; line-height: 1rem; display: inherit