Ver Fonte

try to repo page unify icon size

jerryliao há 1 ano atrás
pai
commit
043319416f
1 ficheiros alterados com 8 adições e 3 exclusões
  1. 8 3
      dark-theme.css

+ 8 - 3
dark-theme.css

@@ -267,9 +267,6 @@ a.ui.labels .label:hover {
 .repository .header-wrapper {
   background-color: #282a2e;
 }
-.ui.button .octicon {
-  font-size: unset;
-}
 .ui.basic.button,
 .ui.basic.buttons .button {
   color: #e0e0e0 !important;
@@ -321,6 +318,9 @@ span.ui.basic.yellow.label {
 .ui.dropdown .menu {
   background: #e0e0e0;
 }
+.reference .ui.button {
+  line-height: 16px;
+}
 .reference.column .text.black {
   color: #1d1f21;
 }
@@ -340,6 +340,7 @@ span.ui.basic.yellow.label {
 }
 .repository.file.list #file-buttons .ui.button {
   padding: 0.78571429em 1.2em 0.78571429em;
+  line-height: 16px;
 }
 .repository #clone-panel {
   margin-top: 0;
@@ -348,6 +349,10 @@ span.ui.basic.yellow.label {
 }
 .repository #clone-panel .ui.basic.button {
   font-size: 0.85714286rem;
+  line-height: 16px;
+}
+.repository #clone-panel .ui.basic.button .icon {
+  font-size: 16px;
 }
 .repository #clone-panel .clone.button {
   padding: 0.78571429em 0.5em;