From de89c46b9da150e0963a5f9c2e5eff28e97aa448 Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Wed, 14 Feb 2024 11:08:35 +0100 Subject: [PATCH] [common] Correct font size in titles --- apps/common/mobile/resources/less/common-ios.less | 9 +++++++-- apps/common/mobile/resources/less/common-material.less | 7 +++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/apps/common/mobile/resources/less/common-ios.less b/apps/common/mobile/resources/less/common-ios.less index f589131e4f..5207bf4607 100644 --- a/apps/common/mobile/resources/less/common-ios.less +++ b/apps/common/mobile/resources/less/common-ios.less @@ -77,13 +77,13 @@ } .title { - font-weight: normal; color: @text-normal; - font-size: 15px; } + .navbar-inner, .subnavbar-inner { z-index: auto; } + .sheet-close { width: 44px; height: 44px; @@ -96,6 +96,11 @@ .icon-back { color: @brandColor; } + + .title { + font-size: 15px; + font-weight: normal; + } } .popover__titled { diff --git a/apps/common/mobile/resources/less/common-material.less b/apps/common/mobile/resources/less/common-material.less index ad3a21dafe..f1386fbc3a 100644 --- a/apps/common/mobile/resources/less/common-material.less +++ b/apps/common/mobile/resources/less/common-material.less @@ -431,11 +431,14 @@ .title { margin-left: var(--f7-navbar-title-margin-left); margin-right: var(--f7-navbar-title-margin-left); - font-size: 14px; - font-weight: normal; } } + .subnavbar .title { + font-size: 14px; + font-weight: normal; + } + .searchbar { input { box-sizing: border-box;