Explorar el Código

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

David Luzar hace 3 años
padre
commit
c1c37a6ee7
Se han modificado 1 ficheros con 2 adiciones y 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%;
   }