mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 14:28:40 +00:00
fix #34
This commit is contained in:
parent
9a05f616dc
commit
3a9234740e
1 changed files with 2 additions and 2 deletions
|
|
@ -165,8 +165,8 @@ class _CameraPreviewViewState extends State<CameraPreviewView> {
|
||||||
),
|
),
|
||||||
if (!sharePreviewIsShown)
|
if (!sharePreviewIsShown)
|
||||||
Positioned(
|
Positioned(
|
||||||
right: 0,
|
right: 5,
|
||||||
top: 100,
|
top: 0,
|
||||||
child: Container(
|
child: Container(
|
||||||
alignment: Alignment.bottomCenter,
|
alignment: Alignment.bottomCenter,
|
||||||
padding: const EdgeInsets.symmetric(vertical: 16),
|
padding: const EdgeInsets.symmetric(vertical: 16),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue