Pārlūkot izejas kodu

Updated Feed Icons

Yoginth 7 gadi atpakaļ
vecāks
revīzija
159840f62b

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 1 - 1
public/css/gitote.min.css


+ 10 - 0
public/less/_dashboard.less

@@ -249,6 +249,16 @@
 		overflow-wrap: break-word !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 {

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

@@ -110,7 +110,7 @@
 				</div>
 			</div>
 			<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 class="ui divider"></div>