Procházet zdrojové kódy

article header: alignment of favicon/tags (#4910)

maTh před 3 roky
rodič
revize
f41a574a9f

+ 2 - 1
p/themes/base-theme/frss.css

@@ -1330,8 +1330,9 @@ a.website:hover .favicon {
 }
 
 .content > header .tags .icon,
+.content > header .website .favicon,
 .content > footer .tags .icon {
-	padding: 0 1rem 0 0;
+	margin: 0 0.5rem 0 0;
 	line-height: 1.5;
 }
 

+ 2 - 1
p/themes/base-theme/frss.rtl.css

@@ -1330,8 +1330,9 @@ a.website:hover .favicon {
 }
 
 .content > header .tags .icon,
+.content > header .website .favicon,
 .content > footer .tags .icon {
-	padding: 0 0 0 1rem;
+	margin: 0 0 0 0.5rem;
 	line-height: 1.5;
 }