💄 Optimize displaying of message

This commit is contained in:
2025-02-24 22:35:14 +08:00
parent 566ebde1dd
commit 2027eab49b
3 changed files with 77 additions and 48 deletions

View File

@ -93,8 +93,12 @@ class _HomeScreenState extends State<HomeScreen> {
: MainAxisAlignment.start,
children: [
_HomeDashUpdateWidget(
padding: const EdgeInsets.only(
bottom: 8, left: 8, right: 8)),
padding: const EdgeInsets.only(
bottom: 8,
left: 8,
right: 8,
),
),
_HomeDashSpecialDayWidget().padding(horizontal: 8),
StaggeredGrid.extent(
maxCrossAxisExtent: 280,