Browse Source

Updated Feed Icons

Yoginth 7 years ago
parent
commit
159840f62b
3 changed files with 12 additions and 2 deletions
  1. 1 1
      public/css/gitote.min.css
  2. 10 0
      public/less/_dashboard.less
  3. 1 1
      templates/user/dashboard/feeds.tmpl

File diff suppressed because it is too large
+ 1 - 1
public/css/gitote.min.css


+ 10 - 0
public/less/_dashboard.less

@@ -249,6 +249,16 @@
 		overflow-wrap: break-word !important;
 		overflow-wrap: break-word !important;
 		font-size: 13px !important;
 		font-size: 13px !important;
 	}
 	}
+
+	.icons {
+		background: #e6ebf1;
+		padding: 8px;
+		font-size: 17px;
+		border-radius: 50%;
+		height: 32px;
+		width: 32px;
+		margin-left: -10px;
+	}
 }
 }
 
 
 .ui.grid > [class*="fifteen wide"].column {
 .ui.grid > [class*="fifteen wide"].column {

+ 1 - 1
templates/user/dashboard/feeds.tmpl

@@ -110,7 +110,7 @@
 				</div>
 				</div>
 			</div>
 			</div>
 			<div class="ui one wide column">
 			<div class="ui one wide column">
-				<i class="text grey mega-octicon octicon-{{ActionIcon .GetOpType}}"></i>
+				<i class="text grey mega-octicon octicon-{{ActionIcon .GetOpType}} feeds icons"></i>
 			</div>
 			</div>
 		</div>
 		</div>
 		<div class="ui divider"></div>
 		<div class="ui divider"></div>