aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authormaTh <math-home@web.de>2023-06-10 08:02:56 +0200
committerGitHub <noreply@github.com>2023-06-10 08:02:56 +0200
commitbd97c5601d686dc5242f2a4679d83c1f826c5ac4 (patch)
treef9ef1f45a3c1c68d50ca1ad41f55906557de582d
parentaab51be54405d022a8fe925556af57b14c7c0cb5 (diff)
downloadfreshrss-bd97c5601d686dc5242f2a4679d83c1f826c5ac4.tar.gz
freshrss-bd97c5601d686dc5242f2a4679d83c1f826c5ac4.zip
fix: new article banner in Ansum/mapco theme (#5453)
* fix * rtl
-rw-r--r--p/themes/Ansum/_layout.scss2
-rw-r--r--p/themes/Ansum/ansum.css2
-rw-r--r--p/themes/Ansum/ansum.rtl.css2
-rw-r--r--p/themes/Mapco/_layout.scss2
-rw-r--r--p/themes/Mapco/mapco.css2
-rw-r--r--p/themes/Mapco/mapco.rtl.css2
6 files changed, 6 insertions, 6 deletions
diff --git a/p/themes/Ansum/_layout.scss b/p/themes/Ansum/_layout.scss
index 78431f462..ed1201d71 100644
--- a/p/themes/Ansum/_layout.scss
+++ b/p/themes/Ansum/_layout.scss
@@ -107,7 +107,7 @@ main.prompt {
}
#new-article > a {
- line-height: 3em;
+ padding: calc(0.75rem + var(--frss-padding-top-bottom)) 1rem;
font-weight: bold;
color: variables.$white;
}
diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css
index 2ed88a4ea..07ccab094 100644
--- a/p/themes/Ansum/ansum.css
+++ b/p/themes/Ansum/ansum.css
@@ -739,7 +739,7 @@ main.prompt {
}
#new-article > a {
- line-height: 3em;
+ padding: calc(0.75rem + var(--frss-padding-top-bottom)) 1rem;
font-weight: bold;
color: #fff;
}
diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css
index 8ab09e918..b37713da3 100644
--- a/p/themes/Ansum/ansum.rtl.css
+++ b/p/themes/Ansum/ansum.rtl.css
@@ -739,7 +739,7 @@ main.prompt {
}
#new-article > a {
- line-height: 3em;
+ padding: calc(0.75rem + var(--frss-padding-top-bottom)) 1rem;
font-weight: bold;
color: #fff;
}
diff --git a/p/themes/Mapco/_layout.scss b/p/themes/Mapco/_layout.scss
index b57a48fd0..d20c837fb 100644
--- a/p/themes/Mapco/_layout.scss
+++ b/p/themes/Mapco/_layout.scss
@@ -112,7 +112,7 @@ main.prompt {
}
#new-article > a {
- line-height: 3em;
+ padding: calc(0.75rem + var(--frss-padding-top-bottom)) 1rem;
font-weight: bold;
color: variables.$white;
}
diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css
index e41bdbdd4..1786f7475 100644
--- a/p/themes/Mapco/mapco.css
+++ b/p/themes/Mapco/mapco.css
@@ -757,7 +757,7 @@ main.prompt {
}
#new-article > a {
- line-height: 3em;
+ padding: calc(0.75rem + var(--frss-padding-top-bottom)) 1rem;
font-weight: bold;
color: #fff;
}
diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css
index 345e90ae0..bda493487 100644
--- a/p/themes/Mapco/mapco.rtl.css
+++ b/p/themes/Mapco/mapco.rtl.css
@@ -757,7 +757,7 @@ main.prompt {
}
#new-article > a {
- line-height: 3em;
+ padding: calc(0.75rem + var(--frss-padding-top-bottom)) 1rem;
font-weight: bold;
color: #fff;
}