chore: Make max timeline width smaller

This commit is contained in:
Christian Kußowski 2025-06-17 10:32:56 +02:00
commit 7673795077
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
5 changed files with 6 additions and 4 deletions

View file

@ -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) =>