This commit is contained in:
otsmr 2025-02-13 23:24:10 +01:00
parent 9a05f616dc
commit 3a9234740e

View file

@ -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),