diff options
| author | 2022-10-04 16:32:32 +0200 | |
|---|---|---|
| committer | 2022-10-04 16:32:32 +0200 | |
| commit | 8f31827e035686f46546a9c01fe5d48b3eed8a81 (patch) | |
| tree | c10fb57b8264785eb975d3b178fb6cde725bd6ec /p | |
| parent | 3f49827292b89ba85a3a196c52b87e950ebec240 (diff) | |
fix (#4685)
Diffstat (limited to 'p')
| -rw-r--r-- | p/themes/Origine-compact/origine-compact.css | 6 | ||||
| -rw-r--r-- | p/themes/Origine-compact/origine-compact.rtl.css | 6 |
2 files changed, 10 insertions, 2 deletions
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; |
