mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/SettingsNavBar: fix text line height
This commit is contained in:
parent
09a6b5179e
commit
cc05833c6a
1 changed files with 3 additions and 2 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue