ソースを参照

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

David Luzar 3 年 前
コミット
c1c37a6ee7
1 ファイル変更2 行追加0 行削除
  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%;
   }