mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Added canvas preview to layer menu
Decided to apply the same width / height ratio of the canvas to the preview.
This commit is contained in:
@ -130,9 +130,9 @@ body {
|
||||
|
||||
canvas {
|
||||
display:inline-block;
|
||||
height:100%;
|
||||
height:50px;
|
||||
width:50px;
|
||||
background-color:red;
|
||||
background-color:lightgrey;
|
||||
left:4px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user