Explorar el Código

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

* template.css

* fixed RTL
maTh hace 4 años
padre
commit
c05b31bc90
Se han modificado 2 ficheros con 2 adiciones y 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;