diff --git a/css/pixel-editor.scss b/css/pixel-editor.scss index 906984d..64d8115 100644 --- a/css/pixel-editor.scss +++ b/css/pixel-editor.scss @@ -919,6 +919,12 @@ svg { display:none; } +#resize-canvas { + display:flex; + position:relative; + flex-wrap:wrap; +} + #pivot-menu { position: relative; display:inline-flex; @@ -939,7 +945,7 @@ svg { path { fill:color(menu, foreground); } - transition: background 250ms ease-in-out, + transition: background 150ms ease-in-out, transform 150ms ease; -webkit-appearance: none; -moz-appearance: none; @@ -947,6 +953,7 @@ svg { button:hover, button:focus { + cursor:pointer; background-color: color(base, foreground); path { fill:color(base, foreground, bold); @@ -962,14 +969,50 @@ svg { display:flex; position:relative; flex-wrap: wrap; - width:200px; - padding:5px; + width:250px; + float:right; vertical-align:middle; + font-size:15px; + left:10px; + text-align:center; input { + position:relative; + margin-left:10px; width:10px; height:10px; } + + h2 { + position:relative; + display:inline-block; + } + + span { + padding-right:10px; + float:left; + position:relative; + display: flex; + vertical-align:middle; + height:40px; + } +} + +#resize-canvas-confirm { + background: color(button); + border: none; + font-size:18px; + border-radius: 4px; + color: color(button, foreground); + padding: 10px 20px; + cursor: pointer; + margin: 0 auto; + position:relative; + top:10px; + display: block; + &:hover { + background: color(button, background, hover); + } } #compatibility-warning { diff --git a/views/pixel-editor.hbs b/views/pixel-editor.hbs index a3333b0..533ff8f 100644 --- a/views/pixel-editor.hbs +++ b/views/pixel-editor.hbs @@ -266,27 +266,26 @@ - -

Borders

- Left: + Left: - + - Right: + Right: - + - Top: + Top: - + - Bottom: + Bottom: - - + + +