diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css index 9c3f16b1c33..a546de43a49 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 6555c95ce54..610144fcba4 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; }