소스 검색

minor CSS fix for #2068

Unknwon 9 년 전
부모
커밋
85449b2f11
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      public/css/gogs.css
  2. 1 0
      public/less/_repository.less

+ 1 - 0
public/css/gogs.css

@@ -1868,6 +1868,7 @@ footer .container .links > *:first-child {
   margin-bottom: 5px;
 }
 .repository.file.list #repo-files-table tbody .icon {
+  margin-left: 3px;
   margin-right: 5px;
 }
 .repository.file.list #repo-files-table td {

+ 1 - 0
public/less/_repository.less

@@ -158,6 +158,7 @@
 			}
 			tbody {
 				.icon {
+					margin-left: 3px;
 					margin-right: 5px;
 				}
 			}