aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-11-30 20:45:11 +0100
committerGravatar GitHub <noreply@github.com> 2022-11-30 20:45:11 +0100
commitf41a574a9f693d81c6eabff7a05ebf3648858d5b (patch)
treebc098286d330046b64606a082a2872e3503c5e00
parentbe17cc614492c99adebe0456bf1d10d5a79bbe8a (diff)
article header: alignment of favicon/tags (#4910)
-rw-r--r--p/themes/base-theme/frss.css3
-rw-r--r--p/themes/base-theme/frss.rtl.css3
2 files changed, 4 insertions, 2 deletions
diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css
index 50671f556..973229fa3 100644
--- a/p/themes/base-theme/frss.css
+++ b/p/themes/base-theme/frss.css
@@ -1330,8 +1330,9 @@ a.website:hover .favicon {
}
.content > header .tags .icon,
+.content > header .website .favicon,
.content > footer .tags .icon {
- padding: 0 1rem 0 0;
+ margin: 0 0.5rem 0 0;
line-height: 1.5;
}
diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css
index cb76b53ca..fe9706bb6 100644
--- a/p/themes/base-theme/frss.rtl.css
+++ b/p/themes/base-theme/frss.rtl.css
@@ -1330,8 +1330,9 @@ a.website:hover .favicon {
}
.content > header .tags .icon,
+.content > header .website .favicon,
.content > footer .tags .icon {
- padding: 0 0 0 1rem;
+ margin: 0 0 0 0.5rem;
line-height: 1.5;
}