Browse Source

Reduced Feed Icons size

Yoginth 7 năm trước cách đây
mục cha
commit
28656c185b
2 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 1 1
      public/css/gitote.min.css
  2. 4 4
      public/less/_dashboard.less

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 1 - 1
public/css/gitote.min.css


+ 4 - 4
public/less/_dashboard.less

@@ -252,11 +252,11 @@
 
 	.icons {
 		background: #e6ebf1;
-		padding: 8px;
-		font-size: 17px;
+		padding: 7px;
+		font-size: 15px;
 		border-radius: 50%;
-		height: 32px;
-		width: 32px;
+		height: 28px;
+		width: 28px;
 		margin-left: -10px;
 	}
 }