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

View file

@ -79,6 +79,7 @@
font-size: 14px;
font-weight: 500;
margin-left: 8px;
text-transform: uppercase;
}
&:first-child {

View file

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