feat(ui): Edit series support

This commit is contained in:
2024-12-02 15:31:12 -07:00
parent adb1f07fd0
commit 188d781b0d
9 changed files with 345 additions and 48 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ impl Size {
Size::Small => (40, 40),
Size::Medium => (60, 60),
Size::Large => (75, 75),
Size::Long => (65, 80),
Size::Long => (65, 75),
}
}
}