redesign for settings page

This commit is contained in:
Arseni
2026-03-13 23:01:57 +03:00
parent 70bd7a6214
commit d601f245d4
36 changed files with 1151 additions and 262 deletions

View File

@@ -0,0 +1,6 @@
class ProfileActionsLayoutConstants {
static const buttonGap = 12.0;
static const contentGap = 16.0;
static const buttonWidth = 180.0;
static const compactBreakpoint = buttonWidth * 3 + buttonGap * 2;
}