From 9e4b4c90722812dd6c98699513180eb90cb57bb1 Mon Sep 17 00:00:00 2001 From: maTh Date: Mon, 30 Jan 2023 20:30:36 +0100 Subject: fix: Thumbnails background (#5058) * fix * fix --- p/themes/base-theme/frss.css | 6 +++++- p/themes/base-theme/frss.rtl.css | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'p') diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css index 9c3f16b1c..a546de43a 100644 --- a/p/themes/base-theme/frss.css +++ b/p/themes/base-theme/frss.css @@ -1212,10 +1212,14 @@ a.website:hover .favicon { .flux .item.thumbnail { line-height: 0; - padding: 0.75rem; + padding: var(--frss-padding-top-bottom) var(--frss-padding-flux-items); height: 80px; } +.flux .item.thumbnail .item-element { + padding: 0; +} + .flux .item.thumbnail.small { height: 40px; } diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css index 6555c95ce..610144fcb 100644 --- a/p/themes/base-theme/frss.rtl.css +++ b/p/themes/base-theme/frss.rtl.css @@ -1212,10 +1212,14 @@ a.website:hover .favicon { .flux .item.thumbnail { line-height: 0; - padding: 0.75rem; + padding: var(--frss-padding-top-bottom) var(--frss-padding-flux-items); height: 80px; } +.flux .item.thumbnail .item-element { + padding: 0; +} + .flux .item.thumbnail.small { height: 40px; } -- cgit v1.2.3