📱 Fix post item responsive

This commit is contained in:
2024-12-08 17:03:10 +08:00
parent f1dbea190b
commit 3f0a7a2227
2 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ class _AppNavigationDrawerState extends State<AppNavigationDrawer> {
],
).padding(
horizontal: 32,
top: MediaQuery.of(context).padding.top + 8,
top: MediaQuery.of(context).padding.top + 12,
bottom: 12,
),
...destinations.where((ele) => ele.isPinned).map((ele) {