aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-04-14 23:49:26 +0200
committerGravatar GitHub <noreply@github.com> 2024-04-14 23:49:26 +0200
commit6901ff1e700a4cc886fae768423cbb22b53fc2ee (patch)
tree04b466e95302dd12a578d0c01a54bed7f5c8004a /p
parent2846fdba6fa23e4b8787dbc5d98729e968aa73a9 (diff)
improved: Gap between header and first image (#6299)
Diffstat (limited to 'p')
-rw-r--r--p/themes/base-theme/frss.css1
-rw-r--r--p/themes/base-theme/frss.rtl.css1
2 files changed, 2 insertions, 0 deletions
diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css
index 58a6ac795..45c3def0f 100644
--- a/p/themes/base-theme/frss.css
+++ b/p/themes/base-theme/frss.css
@@ -1424,6 +1424,7 @@ a.website:hover .favicon {
.content header {
padding-top: calc(2 * var(--frss-padding-top-bottom));
+ padding-bottom: calc(var(--frss-padding-top-bottom));
}
.content footer {
diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css
index 6936af33a..c7266b644 100644
--- a/p/themes/base-theme/frss.rtl.css
+++ b/p/themes/base-theme/frss.rtl.css
@@ -1424,6 +1424,7 @@ a.website:hover .favicon {
.content header {
padding-top: calc(2 * var(--frss-padding-top-bottom));
+ padding-bottom: calc(var(--frss-padding-top-bottom));
}
.content footer {