diff --git a/lib/widgets/attachments/attachment_list.dart b/lib/widgets/attachments/attachment_list.dart index 8bf6f04..49626c9 100644 --- a/lib/widgets/attachments/attachment_list.dart +++ b/lib/widgets/attachments/attachment_list.dart @@ -372,7 +372,6 @@ class _AttachmentSelfContainedEntryState isDense: widget.isDense, parentId: widget.parentId, showMature: _showMature, - showBorder: true, onReveal: (value) { setState(() => _showMature = value); }, diff --git a/lib/widgets/posts/post_item.dart b/lib/widgets/posts/post_item.dart index f67b9a4..e6431cd 100644 --- a/lib/widgets/posts/post_item.dart +++ b/lib/widgets/posts/post_item.dart @@ -301,7 +301,7 @@ class _PostItemState extends State { return Column( crossAxisAlignment: CrossAxisAlignment.start, children: [ - _buildThumbnail(), + _buildThumbnail().paddingOnly(bottom: 8), _buildHeader().paddingSymmetric(horizontal: 12), _buildHeaderDivider().paddingSymmetric(horizontal: 12), Stack(