minecraftcodex/minecraftcodex/studio/static/sass/_panels.sass

44 lines
842 B
Sass

.studio-workspace
margin: 0 auto
width: $workspace-width
.panel
display: inline-block
.panel-canvas
width: 100%
.studio-canvas
border: 2px solid #dce4ec
display: block
height: $canvas-width
margin: 0 auto
width: $canvas-width
.panel-left
left: 10px
position: fixed
top: $top-margin
width: $panel-width
.texture-list
max-height: 500px
overflow-x: hidden
overflow-y: scroll
.item
display: inline-block
width: (100/$textures-per-row) - 1%
&.hide
display: none
.panel-right
position: fixed
right: 10px
top: $top-margin
width: $panel-width