Minor UI changes to shared collection gallery
This commit is contained in:
parent
f98fec16f5
commit
5e0d1919de
1 changed files with 2 additions and 2 deletions
|
@ -107,8 +107,8 @@ class _SharedCollectionGalleryState extends State<SharedCollectionGallery>
|
|||
),
|
||||
)
|
||||
: nothingToSeeHere,
|
||||
Padding(padding: EdgeInsets.all(8)),
|
||||
Divider(height: 16),
|
||||
Padding(padding: EdgeInsets.all(4)),
|
||||
Divider(height: 4),
|
||||
SectionTitle("OUTGOING"),
|
||||
Padding(padding: EdgeInsets.all(8)),
|
||||
collections.outgoing.length > 0
|
||||
|
|
Loading…
Add table
Reference in a new issue