소스 검색

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

maTh 3 년 전
부모
커밋
f41a574a9f
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  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;
 }