Explorar o código

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

* template.css

* fixed RTL
maTh %!s(int64=4) %!d(string=hai) anos
pai
achega
c05b31bc90
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  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;