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;