visual stuff again

This commit is contained in:
Henry Jameson 2025-12-10 19:57:34 +02:00
commit 494f6b471e
10 changed files with 120 additions and 57 deletions

View file

@ -13,7 +13,7 @@
keypath="settings.style.fonts.override"
tag="span"
>
<span class="label">
<span>
{{ label }}
</span>
</i18n-t>
@ -73,7 +73,7 @@
</span>
<span
v-else
class="btn-group"
class="font-selector btn-group"
>
<button
class="btn button-default"
@ -152,6 +152,14 @@
}
.-mobile & {
.font-input {
display: block;
}
.font-selector {
margin-top: 0.5em;
}
.label {
text-align: left;
}