fix: adjust alignment of settings UI labels

This commit is contained in:
PandaDEV 2025-01-02 18:47:51 +10:00
parent 3bfd72b638
commit d89945f286
No known key found for this signature in database
GPG key ID: 13EFF9BAF70EE75C

View file

@ -63,6 +63,8 @@ p {
p { p {
font-family: SFRoundedSemiBold; font-family: SFRoundedSemiBold;
color: $text2; color: $text2;
display: flex;
justify-content: right;
} }
} }