cropper: fixed empty logo case

This commit is contained in:
muerwre 2018-11-28 18:13:01 +07:00
parent 34d1b85513
commit 6f21b909c0
6 changed files with 23 additions and 51 deletions
src/styles

View file

@ -17,6 +17,7 @@
align-items: center;
justify-content: center;
position: relative;
transition: opacity 250ms;
}
img#rendererOutput {