File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -61,24 +61,26 @@ const styles = theme => ({
61
61
} ,
62
62
[ theme . breakpoints . up ( 'sm' ) ] : {
63
63
mainFixedAppBar : {
64
- marginTop : `${ theme . mixins . toolbar [ theme . breakpoints . up ( 'sm' ) ]
65
- . minHeight } px`,
64
+ marginTop : `${
65
+ theme . mixins . toolbar [ theme . breakpoints . up ( 'sm' ) ] . minHeight
66
+ } px`,
66
67
} ,
67
68
mainFixedTwoRowAppBar : {
68
69
marginTop : `${ theme . mixins . toolbar [ theme . breakpoints . up ( 'sm' ) ] . minHeight *
69
70
2 } px`,
70
71
} ,
71
72
mainGrow : {
72
- height : `calc(100vh - ${ theme . mixins . toolbar [ theme . breakpoints . up ( 'sm' ) ]
73
- . minHeight } px)`,
73
+ height : `calc(100vh - ${
74
+ theme . mixins . toolbar [ theme . breakpoints . up ( 'sm' ) ] . minHeight
75
+ } px)`,
74
76
} ,
75
77
mainGrowTwoRowAppBar : {
76
78
height : `calc(100vh - ${ theme . mixins . toolbar [ theme . breakpoints . up ( 'sm' ) ]
77
79
. minHeight * 2 } px)`,
78
80
} ,
79
81
drawerHeaderTwoRowAppBar : {
80
- minHeight : `${ theme . mixins . toolbar [ theme . breakpoints . up ( 'sm' ) ]
81
- . minHeight * 2 } px`,
82
+ minHeight : `${ theme . mixins . toolbar [ theme . breakpoints . up ( 'sm' ) ] . minHeight *
83
+ 2 } px`,
82
84
} ,
83
85
} ,
84
86
mainStickyFooter : {
You can’t perform that action at this time.
0 commit comments