Fixed canvas resizing bug

The canvas size was not being updated after opening a png
This commit is contained in:
unsettledgames
2020-09-22 11:34:36 +02:00
parent 93c73f939c
commit b595026ea8
5 changed files with 36 additions and 8 deletions

View File

@ -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 {