소스 검색

Merge pull request #2580 from fnkr/smaller-issue-title

Make issue title smaller
Unknwon 9 년 전
부모
커밋
dd7608a36e
3개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      public/css/gogs.css
  2. 0 0
      public/css/gogs.min.css
  3. 1 1
      public/less/_repository.less

+ 1 - 1
public/css/gogs.css

@@ -1304,7 +1304,7 @@ footer .container .links > *:first-child {
 }
 .repository.view.issue .title h1 {
   font-weight: 300;
-  font-size: 3rem;
+  font-size: 2.3rem;
   margin-bottom: 5px;
 }
 .repository.view.issue .title h1 .ui.input {

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
public/css/gogs.min.css


+ 1 - 1
public/less/_repository.less

@@ -291,7 +291,7 @@
 			padding-bottom: 0!important;
 			h1 {
 				font-weight: 300;
-				font-size: 3rem;
+				font-size: 2.3rem;
 				margin-bottom: 5px;
 				.ui.input	{
 					font-size: 0.5em;

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.