mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 12:48:41 +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)
|
||||
Positioned(
|
||||
right: 0,
|
||||
top: 100,
|
||||
right: 5,
|
||||
top: 0,
|
||||
child: Container(
|
||||
alignment: Alignment.bottomCenter,
|
||||
padding: const EdgeInsets.symmetric(vertical: 16),
|
||||
|
|
|
|||
Loading…
Reference in a new issue