aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-05-22 16:04:19 +0200
committerGravatar GitHub <noreply@github.com> 2022-05-22 16:04:19 +0200
commitc05b31bc90280c11097d6d800535fe507b20251a (patch)
tree7d35d6b27ebc59f8eaaa978aab6b06c7153e241f
parente1f2ba85b17278e6f6c575d74bd18e34dd6a3e5f (diff)
Fix: Space between favicon and feed name (#4383)
* template.css * fixed RTL
-rw-r--r--p/themes/base-theme/template.css1
-rw-r--r--p/themes/base-theme/template.rtl.css1
2 files changed, 2 insertions, 0 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index a6ed51ee3..bed97174c 100644
--- a/p/themes/base-theme/template.css
+++ b/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;
diff --git a/p/themes/base-theme/template.rtl.css b/p/themes/base-theme/template.rtl.css
index 8af89a119..375cb726d 100644
--- a/p/themes/base-theme/template.rtl.css
+++ b/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;