dashboard full height while loading
This commit is contained in:
parent
1105981e7d
commit
ffdfcc5739
|
@ -1,6 +1,7 @@
|
||||||
|
|
||||||
.centered .row
|
.centered
|
||||||
max-width: 1024px
|
.row
|
||||||
|
max-width: 1024px
|
||||||
|
|
||||||
.main,
|
.main,
|
||||||
.profile-view
|
.profile-view
|
||||||
|
@ -50,7 +51,6 @@
|
||||||
// layout magic http://lea.verou.me/2011/01/styling-children-based-on-their-number-with-css3/
|
// layout magic http://lea.verou.me/2011/01/styling-children-based-on-their-number-with-css3/
|
||||||
.wrapper-main
|
.wrapper-main
|
||||||
overflow: hidden
|
overflow: hidden
|
||||||
height: 100%
|
|
||||||
& > div:first-child:nth-last-child(2)
|
& > div:first-child:nth-last-child(2)
|
||||||
width: grid-calc(20, 24)
|
width: grid-calc(20, 24)
|
||||||
float: left
|
float: left
|
||||||
|
|
|
@ -20,7 +20,7 @@ footer
|
||||||
|
|
||||||
.wrapper
|
.wrapper
|
||||||
padding-bottom: 334px
|
padding-bottom: 334px
|
||||||
min-height: 100%
|
min-height: 100vh
|
||||||
height: auto
|
height: auto
|
||||||
@media (min-width: 640px)
|
@media (min-width: 640px)
|
||||||
.wrapper
|
.wrapper
|
||||||
|
|
Loading…
Reference in New Issue
Block a user