chore: Follow up move fab to navrail

This commit is contained in:
Christian Kußowski 2026-02-28 15:11:23 +01:00
parent 10a5673391
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(
padding: const EdgeInsets.all(12.0),
child: StartChatFab(),
),
if (FluffyThemes.isColumnMode(context))
Padding(
padding: const EdgeInsets.all(12.0),
child: StartChatFab(),
),
],
),
);