Fix CampaignView styles to cover the whole screen with background again

This commit is contained in:
Nick Winter 2016-07-15 10:14:00 -07:00
parent bc5375770e
commit 1e640fb74c

View file

@ -25,8 +25,10 @@ $gameControlMargin: 30px
margin-bottom: -$levelDotHeight / 3 + $levelDotZ
#campaign-view
width: 100%
height: 100%
top: 0
right: 0
bottom: 0
left: 0
position: absolute
.gradient
@ -616,6 +618,8 @@ $gameControlMargin: 30px
.gameplay-container
position: absolute
height: 100%
width: 100%
body.ipad #campaign-view
// iPad only supports up to Kithgard Gates for now.