forked from firka/student-legacy
live card padding fix
This commit is contained in:
parent
c85f15eb49
commit
e7ec93132d
@ -355,7 +355,7 @@ class HomePageState extends State<HomePage> with TickerProviderStateMixin {
|
|||||||
LiveCardState.duringLesson ||
|
LiveCardState.duringLesson ||
|
||||||
_liveCard.currentState ==
|
_liveCard.currentState ==
|
||||||
LiveCardState.duringBreak)
|
LiveCardState.duringBreak)
|
||||||
? 55.0
|
? 62.0
|
||||||
: 52.0),
|
: 52.0),
|
||||||
),
|
),
|
||||||
child: Transform.scale(
|
child: Transform.scale(
|
||||||
|
@ -404,7 +404,7 @@ class LiveCardStateA extends State<LiveCard> {
|
|||||||
swapRoom: true,
|
swapRoom: true,
|
||||||
currentLessonIndicator: false,
|
currentLessonIndicator: false,
|
||||||
padding:
|
padding:
|
||||||
const EdgeInsets.only(top: 6.0, bottom: 4.0),
|
const EdgeInsets.only(top: 2.0, bottom: 4.0),
|
||||||
contentPadding: EdgeInsets.zero,
|
contentPadding: EdgeInsets.zero,
|
||||||
showSubTiles: false,
|
showSubTiles: false,
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user