chore: Make max timeline width smaller
This commit is contained in:
parent
e55adbd65c
commit
7673795077
5 changed files with 6 additions and 4 deletions
|
|
@ -6,6 +6,8 @@ import 'app_config.dart';
|
|||
abstract class FluffyThemes {
|
||||
static const double columnWidth = 380.0;
|
||||
|
||||
static const double maxTimelineWidth = columnWidth * 2;
|
||||
|
||||
static const double navRailWidth = 80.0;
|
||||
|
||||
static bool isColumnModeByWidth(double width) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue