chore: Follow up input row design

pull/924/merge
Christian Kußowski 3 weeks ago
parent 8e5613e057
commit 916d66ca7b
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -117,7 +117,7 @@ class ChatInputRow extends StatelessWidget {
AnimatedContainer( AnimatedContainer(
duration: FluffyThemes.animationDuration, duration: FluffyThemes.animationDuration,
curve: FluffyThemes.animationCurve, curve: FluffyThemes.animationCurve,
width: controller.sendController.text.isNotEmpty ? 0 : height, width: controller.sendController.text.isNotEmpty ? 0 : 40,
height: height, height: height,
alignment: Alignment.center, alignment: Alignment.center,
decoration: const BoxDecoration(), decoration: const BoxDecoration(),
@ -265,7 +265,6 @@ class ChatInputRow extends StatelessWidget {
Matrix.of(context).hasComplexBundles && Matrix.of(context).hasComplexBundles &&
Matrix.of(context).currentBundle!.length > 1) Matrix.of(context).currentBundle!.length > 1)
Container( Container(
width: height,
height: height, height: height,
alignment: Alignment.center, alignment: Alignment.center,
child: _ChatAccountPicker(controller), child: _ChatAccountPicker(controller),

Loading…
Cancel
Save