style: fix FormSwitch text-align

This commit is contained in:
naskya 2024-03-06 07:49:01 +09:00
parent aaa0b7edde
commit fb923fa4d8
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -97,6 +97,7 @@ function toggle(x) {
display: block;
transition: inherit;
color: var(--fg);
text-align: initial;
> span {
display: block;