Przeglądaj źródła

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

maTh 3 lat temu
rodzic
commit
f41a574a9f
2 zmienionych plików z 4 dodań i 2 usunięć
  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 .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;
 }