Jelajahi Sumber

Fix dots misplacing bug

Alexander Zaytsev 6 tahun lalu
induk
melakukan
de8829b9c8
1 mengubah file dengan 4 tambahan dan 5 penghapusan
  1. 4 5
      packages/@uppy/dashboard/src/style.scss

+ 4 - 5
packages/@uppy/dashboard/src/style.scss

@@ -694,9 +694,7 @@ a.uppy-Dashboard-poweredBy {
 
 .uppy-DashboardItem-sourceIcon {
   display: inline-block;
-  vertical-align: middle;
-  width: 11px;
-  height: 11px;
+  vertical-align: bottom;
   color: $gray-500;
 }
 
@@ -705,9 +703,11 @@ a.uppy-Dashboard-poweredBy {
   max-width: 100%;
   max-height: 100%;
   display: inline-block;
-  vertical-align: text-top;
+  vertical-align: text-bottom;
   overflow: hidden;
   fill: currentColor;
+  width: 11px;
+  height: 11px;
 }
 
 .uppy-DashboardItem-previewInnerWrap {
@@ -866,7 +866,6 @@ a.uppy-Dashboard-poweredBy {
     top: 0;
     left: -9px;
     color: $gray-600;
-    font-weight: 700;
   }
 }