[mob][photos] Remove padding around naming banner
This commit is contained in:
parent
fc6830bdaf
commit
7045dbaeff
1 changed files with 0 additions and 6 deletions
|
@ -142,9 +142,6 @@ class _ClusterPageState extends State<ClusterPage> {
|
|||
),
|
||||
body: Column(
|
||||
children: [
|
||||
widget.showNamingBanner
|
||||
? const SizedBox(height: 12)
|
||||
: const SizedBox.shrink(),
|
||||
widget.showNamingBanner
|
||||
? RepaintBoundary(
|
||||
child: Padding(
|
||||
|
@ -185,9 +182,6 @@ class _ClusterPageState extends State<ClusterPage> {
|
|||
),
|
||||
)
|
||||
: const SizedBox.shrink(),
|
||||
widget.showNamingBanner
|
||||
? const SizedBox(height: 12)
|
||||
: const SizedBox.shrink(),
|
||||
Expanded(
|
||||
child: Stack(
|
||||
alignment: Alignment.bottomCenter,
|
||||
|
|
Loading…
Add table
Reference in a new issue