fix: css.container (loader did not keep its ratio)
This commit is contained in:
parent
78439ec878
commit
ea6d21634d
|
@ -120,7 +120,7 @@
|
|||
border: none;
|
||||
|
||||
background: url('/image/loader/send-input.svg') -1em center no-repeat;
|
||||
background-size: 1em 1em;
|
||||
background-size: 1em auto;
|
||||
|
||||
font-size: inherit;
|
||||
font-family: inherit;
|
||||
|
|
Loading…
Reference in New Issue