💄 Update styles
This commit is contained in:
parent
6004b74724
commit
7ea18dbe12
@ -372,7 +372,6 @@ class _AttachmentSelfContainedEntryState
|
|||||||
isDense: widget.isDense,
|
isDense: widget.isDense,
|
||||||
parentId: widget.parentId,
|
parentId: widget.parentId,
|
||||||
showMature: _showMature,
|
showMature: _showMature,
|
||||||
showBorder: true,
|
|
||||||
onReveal: (value) {
|
onReveal: (value) {
|
||||||
setState(() => _showMature = value);
|
setState(() => _showMature = value);
|
||||||
},
|
},
|
||||||
|
@ -301,7 +301,7 @@ class _PostItemState extends State<PostItem> {
|
|||||||
return Column(
|
return Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
_buildThumbnail(),
|
_buildThumbnail().paddingOnly(bottom: 8),
|
||||||
_buildHeader().paddingSymmetric(horizontal: 12),
|
_buildHeader().paddingSymmetric(horizontal: 12),
|
||||||
_buildHeaderDivider().paddingSymmetric(horizontal: 12),
|
_buildHeaderDivider().paddingSymmetric(horizontal: 12),
|
||||||
Stack(
|
Stack(
|
||||||
|
Loading…
Reference in New Issue
Block a user