Ver Fonte

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

maTh há 3 anos atrás
pai
commit
f41a574a9f
2 ficheiros alterados com 4 adições e 2 exclusões
  1. 2 1
      p/themes/base-theme/frss.css
  2. 2 1
      p/themes/base-theme/frss.rtl.css

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

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