Explorar o código

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

David Luzar %!s(int64=3) %!d(string=hai) anos
pai
achega
c1c37a6ee7
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/components/LibraryUnit.scss

+ 2 - 0
src/components/LibraryUnit.scss

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