mirror of
https://codeberg.org/yeentown/barkey
synced 2025-03-23 17:57:47 +00:00
Reviewed-on: https://codeberg.org/yeentown/barkey/pulls/46 Reviewed-by: zima <zima@noreply.codeberg.org>
This commit is contained in:
commit
c93bb36eac
2 changed files with 4 additions and 0 deletions
|
@ -216,6 +216,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
|
||||
<MkRadios v-model="fontSize">
|
||||
<template #label>{{ i18n.ts.fontSize }}</template>
|
||||
<option value="-1"><span style="font-size: 12.5px;">Aa</span></option>
|
||||
<option :value="null"><span style="font-size: 14px;">Aa</span></option>
|
||||
<option value="1"><span style="font-size: 15px;">Aa</span></option>
|
||||
<option value="2"><span style="font-size: 16px;">Aa</span></option>
|
||||
|
|
|
@ -110,6 +110,9 @@ html {
|
|||
}
|
||||
}
|
||||
|
||||
&.f--1 {
|
||||
font-size: 12.5px;
|
||||
}
|
||||
&.f-1 {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue