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