web/SettingsNavBar: fix text line height

This commit is contained in:
wukko 2024-08-23 23:17:39 +06:00
parent 09a6b5179e
commit cc05833c6a
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -23,7 +23,7 @@
<slot></slot> <slot></slot>
</div> </div>
<div class="settings-tab-text"> <div class="settings-tab-text">
<span>{$t(`settings.page.${tabName}`)}</span> {$t(`settings.page.${tabName}`)}
</div> </div>
</div> </div>
<div class="settings-tab-chevron"> <div class="settings-tab-chevron">
@ -97,8 +97,9 @@
color: var(--primary); color: var(--primary);
} }
.settings-tab span { .settings-tab-text {
font-size: 14.5px; font-size: 14.5px;
line-height: 1.35;
} }
@media screen and (max-width: 750px) { @media screen and (max-width: 750px) {