mirror of
https://github.com/koloideal/Casha.git
synced 2026-06-10 10:25:28 +03:00
stableee
This commit is contained in:
@@ -96,7 +96,7 @@ class _FullScreenBlurOverlayState extends State<FullScreenBlurOverlay> {
|
|||||||
),
|
),
|
||||||
// Close Button - Top Right
|
// Close Button - Top Right
|
||||||
Positioned(
|
Positioned(
|
||||||
top: mq.padding.top + (kToolbarHeight / 2) - 20,
|
top: cardTop - 20,
|
||||||
right: 20,
|
right: 20,
|
||||||
child: GestureDetector(
|
child: GestureDetector(
|
||||||
onTap: () => dash.closeOverlay(apply: false),
|
onTap: () => dash.closeOverlay(apply: false),
|
||||||
|
|||||||
Reference in New Issue
Block a user