diff options
| author | 2022-05-22 16:04:19 +0200 | |
|---|---|---|
| committer | 2022-05-22 16:04:19 +0200 | |
| commit | c05b31bc90280c11097d6d800535fe507b20251a (patch) | |
| tree | 7d35d6b27ebc59f8eaaa978aab6b06c7153e241f | |
| parent | e1f2ba85b17278e6f6c575d74bd18e34dd6a3e5f (diff) | |
Fix: Space between favicon and feed name (#4383)
* template.css
* fixed RTL
| -rw-r--r-- | p/themes/base-theme/template.css | 1 | ||||
| -rw-r--r-- | p/themes/base-theme/template.rtl.css | 1 |
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; |
