chore: Follow up move fab to navrail

This commit is contained in:
Christian Kußowski 2026-02-28 15:11:23 +01:00
commit 0de474cbe7
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -113,10 +113,11 @@ class SpacesNavigationRail extends StatelessWidget {
}, },
), ),
), ),
Padding( if (FluffyThemes.isColumnMode(context))
padding: const EdgeInsets.all(12.0), Padding(
child: StartChatFab(), padding: const EdgeInsets.all(12.0),
), child: StartChatFab(),
),
], ],
), ),
); );