Fix CampaignView styles to cover the whole screen with background again
This commit is contained in:
parent
bc5375770e
commit
1e640fb74c
1 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
|
|
Reference in a new issue