Explorar o código

minor css fix

Unknwon %!s(int64=9) %!d(string=hai) anos
pai
achega
9a27e1b90c
Modificáronse 2 ficheiros con 6 adicións e 0 borrados
  1. 3 0
      public/css/gogs.css
  2. 3 0
      public/less/_repository.less

+ 3 - 0
public/css/gogs.css

@@ -2539,6 +2539,9 @@ footer .container .links > *:first-child {
   background: rgba(0, 0, 0, 0.05) !important;
   color: rgba(0, 0, 0, 0.95) !important;
 }
+#search-user-box .results .item img {
+  margin-right: 8px;
+}
 .issue.list {
   list-style: none;
   padding-top: 15px;

+ 3 - 0
public/less/_repository.less

@@ -979,6 +979,9 @@
 				background: rgba(0,0,0,.05)!important;
 		    color: rgba(0,0,0,.95)!important;
 			}
+			img {
+				margin-right: 8px;
+			}
 		}
 	}
 }