fix: always align space nav rail children to the left (#5059)

This commit is contained in:
ggurdin 2026-01-05 13:37:46 -05:00 committed by GitHub
parent 20c0692d20
commit fba96606cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -87,6 +87,9 @@ class SpacesNavigationRail extends StatelessWidget {
duration: FluffyThemes.animationDuration,
// Pangea#
child: Column(
// #Pangea
crossAxisAlignment: CrossAxisAlignment.start,
// Pangea#
children: [
Expanded(
child: ListView.builder(