Pārlūkot izejas kodu

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

David Luzar 3 gadi atpakaļ
vecāks
revīzija
c1c37a6ee7
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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%;
   }