瀏覽代碼

try to repo page unify icon size

jerryliao 1 年之前
父節點
當前提交
043319416f
共有 1 個文件被更改,包括 8 次插入3 次删除
  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;