mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-28 13:50:07 -04:00
Fixed real-time placement of normal canvas, and brought the stop-real-time-playback-button on top of it.
This commit is contained in:
parent
bab7598ce0
commit
19e6b9d095
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,11 @@ $level-resize-transition-time: 0.5s
|
|||
width: 100%
|
||||
canvas
|
||||
margin: 0 auto
|
||||
#normal-surface
|
||||
left: 0
|
||||
right: 0
|
||||
margin-left: auto
|
||||
margin-right: auto
|
||||
#control-bar-view
|
||||
width: 100%
|
||||
button, h4
|
||||
|
@ -44,6 +49,7 @@ $level-resize-transition-time: 0.5s
|
|||
text-align: center
|
||||
#stop-real-time-playback-button
|
||||
display: block
|
||||
z-index: 20
|
||||
|
||||
.level-content
|
||||
margin: 0px auto
|
||||
|
|
Loading…
Add table
Reference in a new issue