mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-24 19:59:53 -04: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
|
#thang-components-edit-view
|
||||||
position: absolute
|
position: absolute
|
||||||
top: 100px
|
top: 40px
|
||||||
bottom: 0
|
bottom: 0
|
||||||
left: 0
|
left: 0
|
||||||
right: 0
|
right: 0
|
||||||
|
|
||||||
.column
|
.column
|
||||||
position: absolute
|
position: absolute
|
||||||
top: 70px
|
top: 0
|
||||||
bottom: 0
|
bottom: 0
|
||||||
padding: 5px
|
padding: 5px
|
||||||
box-sizing: border-box
|
box-sizing: border-box
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
.treema
|
.treema
|
||||||
position: absolute
|
position: absolute
|
||||||
top: 80px
|
top: 70px
|
||||||
left: 10px
|
left: 10px
|
||||||
right: 0px
|
right: 0px
|
||||||
bottom: 0
|
bottom: 0
|
||||||
|
|
|
@ -59,7 +59,7 @@
|
||||||
|
|
||||||
#thang-components-edit-view
|
#thang-components-edit-view
|
||||||
position: absolute
|
position: absolute
|
||||||
top: 130px
|
top: 200px
|
||||||
bottom: 0
|
bottom: 0
|
||||||
|
|
||||||
.treema-root
|
.treema-root
|
||||||
|
|
Loading…
Add table
Reference in a new issue