fix: align library item previews to center (#4447)

pull/4460/head
David Luzar 3 years ago committed by GitHub
parent 25b529f519
commit c1c37a6ee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,6 +27,8 @@
.library-unit__dragger {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
}

Loading…
Cancel
Save