소스 검색

optimize repository page button alignment

jerryliao 1 년 전
부모
커밋
42f7ebc233
1개의 변경된 파일17개의 추가작업 그리고 0개의 파일을 삭제
  1. 17 0
      dark-theme.css

+ 17 - 0
dark-theme.css

@@ -267,6 +267,9 @@ 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;
@@ -335,6 +338,20 @@ span.ui.basic.yellow.label {
 .repository.file.list #file-content .code-view .lines-code ol {
   background-color: #282a2e;
 }
+.repository.file.list #file-buttons .ui.button {
+  padding: 0.78571429em 1.2em 0.78571429em;
+}
+.repository #clone-panel {
+  margin-top: 0;
+  margin-bottom: 0;
+  margin-left: 1rem;
+}
+.repository #clone-panel .ui.basic.button {
+  font-size: 0.85714286rem;
+}
+.repository #clone-panel .clone.button {
+  padding: 0.78571429em 0.5em;
+}
 .ui.breadcrumb a {
   color: #81a2be;
 }