mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-07-23 14:40:58 -04:00
textscale dialogs
This commit is contained in:
parent
68e8d7fd39
commit
5a6b57e8ec
7 changed files with 62 additions and 59 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue