chore: Adjust navrail design
This commit is contained in:
parent
f23e7f43b9
commit
1147ddf91d
4 changed files with 105 additions and 73 deletions
|
|
@ -6,7 +6,7 @@ import 'app_config.dart';
|
|||
abstract class FluffyThemes {
|
||||
static const double columnWidth = 380.0;
|
||||
|
||||
static const double navRailWidth = 64.0;
|
||||
static const double navRailWidth = 80.0;
|
||||
|
||||
static bool isColumnModeByWidth(double width) =>
|
||||
width > columnWidth * 2 + navRailWidth;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue