TF-2717 Display attachment bar below subject field on tablet

This commit is contained in:
dab246
2024-03-19 14:08:03 +07:00
committed by Dat H. Pham
parent 867e758d88
commit 0cdf89f0f9
2 changed files with 78 additions and 76 deletions
@@ -6,5 +6,6 @@ class MobileAttachmentComposerWidgetStyle {
static const double listItemHeight = 50;
static const EdgeInsetsGeometry padding = EdgeInsetsDirectional.symmetric(vertical: 8, horizontal: 16);
static const EdgeInsetsGeometry tabletPadding = EdgeInsetsDirectional.only(start: 16, end: 16, bottom: 8);
static const EdgeInsetsGeometry itemMargin = EdgeInsetsDirectional.only(top: 8);
}