aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-10-04 16:32:32 +0200
committerGravatar GitHub <noreply@github.com> 2022-10-04 16:32:32 +0200
commit8f31827e035686f46546a9c01fe5d48b3eed8a81 (patch)
treec10fb57b8264785eb975d3b178fb6cde725bd6ec
parent3f49827292b89ba85a3a196c52b87e950ebec240 (diff)
fix (#4685)
-rw-r--r--p/themes/Origine-compact/origine-compact.css6
-rw-r--r--p/themes/Origine-compact/origine-compact.rtl.css6
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;