Alexander Zaytsev пре 6 година
родитељ
комит
b8629a13e8
1 измењених фајлова са 7 додато и 3 уклоњено
  1. 7 3
      packages/@uppy/dashboard/src/style.scss

+ 7 - 3
packages/@uppy/dashboard/src/style.scss

@@ -807,7 +807,7 @@ a.uppy-Dashboard-poweredBy {
   font-weight: 500;
   margin: 0;
   padding: 0;
-  margin-bottom: 6px;
+  margin-bottom: 5px;
   text-overflow: ellipsis;
   white-space: nowrap;
   overflow: hidden;
@@ -826,7 +826,7 @@ a.uppy-Dashboard-poweredBy {
 
 .uppy-DashboardItem-status {
   font-size: 11px;
-  line-height: 11px;
+  line-height: 1.3;
   font-weight: normal;
   color: $gray-600;
   margin-bottom: 4px;
@@ -845,8 +845,12 @@ a.uppy-Dashboard-poweredBy {
   cursor: pointer;
   font-family: inherit;
   font-size: inherit;
-  line-height: 1;
+  line-height: inherit;
   color: inherit;
+
+  &:hover {
+    text-decoration: underline;
+  }
 }
 
 .uppy-DashboardItem-edit:not(:first-child),