This commit is contained in:
2026-02-10 17:30:43 +03:00
parent db2eb22c02
commit 3c76aca1b6
3 changed files with 8 additions and 5 deletions
+4 -1
View File
@@ -87,7 +87,10 @@ impl WritingState {
fn answers(&self) -> Element<'_, WritingMessage> {
if self.set.is_empty() {
text!("{}", self.kana_total).font(Font::with_name("AppleGothic")).size(36).into()
text!("{}", self.kana_total)
.font(Font::with_name("AppleGothic"))
.size(36)
.into()
} else {
vertical_space().height(36).into()
}