Просмотр исходного кода

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

* template.css

* fixed RTL
maTh 4 лет назад
Родитель
Сommit
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;