浏览代码

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%;
   }