فهرست منبع

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

* template.css

* fixed RTL
maTh 4 سال پیش
والد
کامیت
c05b31bc90
2فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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;