mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
Thang editor: components tab finally looks good and does not overlay other tabs
This commit is contained in:
parent
45b87ed38e
commit
af18e7a27e
2 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
|||
#thang-components-edit-view
|
||||
position: absolute
|
||||
top: 100px
|
||||
top: 40px
|
||||
bottom: 0
|
||||
left: 0
|
||||
right: 0
|
||||
|
||||
.column
|
||||
position: absolute
|
||||
top: 70px
|
||||
top: 0
|
||||
bottom: 0
|
||||
padding: 5px
|
||||
box-sizing: border-box
|
||||
|
@ -32,7 +32,7 @@
|
|||
|
||||
.treema
|
||||
position: absolute
|
||||
top: 80px
|
||||
top: 70px
|
||||
left: 10px
|
||||
right: 0px
|
||||
bottom: 0
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
|
||||
#thang-components-edit-view
|
||||
position: absolute
|
||||
top: 130px
|
||||
top: 200px
|
||||
bottom: 0
|
||||
|
||||
.treema-root
|
||||
|
|
Loading…
Reference in a new issue