mirror of
https://github.com/venera-app/venera.git
synced 2025-12-16 07:01:16 +00:00
improve ui
This commit is contained in:
@@ -262,6 +262,8 @@ class ContentDialog extends StatelessWidget {
|
||||
insetPadding: context.width < 400
|
||||
? const EdgeInsets.symmetric(horizontal: 4)
|
||||
: const EdgeInsets.symmetric(horizontal: 16),
|
||||
elevation: 2,
|
||||
shadowColor: context.colorScheme.shadow,
|
||||
child: IntrinsicWidth(
|
||||
child: ConstrainedBox(
|
||||
constraints: BoxConstraints(
|
||||
|
||||
Reference in New Issue
Block a user