textscale dialogs

This commit is contained in:
Christien Rioux 2025-05-27 19:04:17 -05:00
parent 68e8d7fd39
commit 5a6b57e8ec
7 changed files with 62 additions and 59 deletions

View file

@ -127,7 +127,6 @@ class _HomeAccountReadyState extends State<HomeAccountReady> {
buildMenuButton().paddingLTRB(0, 0, 8, 0),
ProfileWidget(
profile: profile,
showPronouns: false,
).expanded(),
buildContactsButton().paddingLTRB(8, 0, 0, 0),
])).paddingAll(8),
@ -169,7 +168,7 @@ class _HomeAccountReadyState extends State<HomeAccountReady> {
final hasActiveChat = activeChat != null;
return LayoutBuilder(builder: (context, constraints) {
const leftColumnSize = 300.0;
const leftColumnSize = 320.0;
late final bool visibleLeft;
late final bool visibleRight;