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

This commit is contained in:
David Luzar 2021-12-21 19:59:36 +01:00 committed by GitHub
parent 25b529f519
commit c1c37a6ee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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