refactor: Clean up some widths

This commit is contained in:
krille-chan 2024-07-26 21:02:58 +02:00
commit 3434741bc5
No known key found for this signature in database
3 changed files with 6 additions and 4 deletions

View file

@ -33,8 +33,8 @@ class NaviRailItem extends StatelessWidget {
return HoverBuilder(
builder: (context, hovered) {
return SizedBox(
height: 64,
width: 64,
height: FluffyThemes.navRailWidth,
width: FluffyThemes.navRailWidth,
child: Stack(
children: [
Positioned(