[mob][photos] Remove padding around naming banner
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user