mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Fixed canvas resizing bug
The canvas size was not being updated after opening a png
This commit is contained in:
@ -1102,6 +1102,26 @@ svg {
|
||||
width:400px;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
select {
|
||||
height:30px;
|
||||
background-color: $basehover;
|
||||
color: $basehovericon;
|
||||
border:none;
|
||||
position:relative;
|
||||
left:10px;
|
||||
|
||||
option {
|
||||
background-color: $basehover;
|
||||
color:$basehovericon;
|
||||
padding:5px;
|
||||
}
|
||||
|
||||
option:checked, option:hover {
|
||||
background-color: $basehovericon;
|
||||
color:$basehovericonhover;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#rs-keep-ratio {
|
||||
|
Reference in New Issue
Block a user