reduce size of timeline btn
This commit is contained in:
parent
ba5aade7e9
commit
098dfddf14
@ -77,7 +77,7 @@ class WonderEvents extends StatelessWidget {
|
|||||||
children: [
|
children: [
|
||||||
_WonderImageWithTimeline(data: _data, height: min(500, context.heightPx - 300)),
|
_WonderImageWithTimeline(data: _data, height: min(500, context.heightPx - 300)),
|
||||||
Gap($styles.insets.lg),
|
Gap($styles.insets.lg),
|
||||||
SizedBox(width: 300, child: _TimelineBtn(type: type)),
|
SizedBox(width: 400, child: _TimelineBtn(type: type)),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user