Some relative stuff
This commit is contained in:
@@ -35,8 +35,8 @@ class HistoryItemCard extends StatelessWidget {
|
||||
constraints: const BoxConstraints(
|
||||
minHeight: 100,
|
||||
maxHeight: 200,
|
||||
minWidth: 400,
|
||||
maxWidth: 600,
|
||||
minWidth: 600,
|
||||
maxWidth: 800,
|
||||
),
|
||||
child: Card(
|
||||
elevation: 4,
|
||||
|
||||
Reference in New Issue
Block a user