Browse Source

Fix: Space between favicon and feed name (#4383)

* template.css

* fixed RTL
maTh 4 năm trước cách đây
mục cha
commit
c05b31bc90
2 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 1 0
      p/themes/base-theme/template.css
  2. 1 0
      p/themes/base-theme/template.rtl.css

+ 1 - 0
p/themes/base-theme/template.css

@@ -95,6 +95,7 @@ img {
 }
 
 img.favicon {
+	margin: 0 0.25rem 0 0;
 	width: 16px;
 	height: 16px;
 	vertical-align: middle;

+ 1 - 0
p/themes/base-theme/template.rtl.css

@@ -95,6 +95,7 @@ img {
 }
 
 img.favicon {
+	margin: 0 0 0 0.25rem;
 	width: 16px;
 	height: 16px;
 	vertical-align: middle;