From 8f31827e035686f46546a9c01fe5d48b3eed8a81 Mon Sep 17 00:00:00 2001 From: maTh Date: Tue, 4 Oct 2022 16:32:32 +0200 Subject: fix (#4685) --- p/themes/Origine-compact/origine-compact.css | 6 +++++- p/themes/Origine-compact/origine-compact.rtl.css | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'p/themes') diff --git a/p/themes/Origine-compact/origine-compact.css b/p/themes/Origine-compact/origine-compact.css index 16e7143ad..720a7e2b5 100644 --- a/p/themes/Origine-compact/origine-compact.css +++ b/p/themes/Origine-compact/origine-compact.css @@ -126,10 +126,14 @@ a.btn, /*=== Index menu */ /*=== Feed articles */ -.flux_header .title { +.flux_header { font-size: 0.8rem; } +.flux .item { + padding: 0; +} + .flux .item.thumbnail { padding: 5px; height: 50px; diff --git a/p/themes/Origine-compact/origine-compact.rtl.css b/p/themes/Origine-compact/origine-compact.rtl.css index 9ddfe00c4..69ec10abb 100644 --- a/p/themes/Origine-compact/origine-compact.rtl.css +++ b/p/themes/Origine-compact/origine-compact.rtl.css @@ -126,10 +126,14 @@ a.btn, /*=== Index menu */ /*=== Feed articles */ -.flux_header .title { +.flux_header { font-size: 0.8rem; } +.flux .item { + padding: 0; +} + .flux .item.thumbnail { padding: 5px; height: 50px; -- cgit v1.2.3