From e072411bafc4d0177835c68d9cb12341540ce554 Mon Sep 17 00:00:00 2001 From: maTh Date: Mon, 12 Dec 2022 20:50:32 +0100 Subject: Improved: Header (#4927) * all themes * fix --- p/themes/Origine-compact/origine-compact.css | 4 ++++ p/themes/Origine-compact/origine-compact.rtl.css | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'p/themes/Origine-compact') diff --git a/p/themes/Origine-compact/origine-compact.css b/p/themes/Origine-compact/origine-compact.css index e70482d57..f5de75adc 100644 --- a/p/themes/Origine-compact/origine-compact.css +++ b/p/themes/Origine-compact/origine-compact.css @@ -57,6 +57,10 @@ a.btn, height: calc(2.1rem + 2 * var(--frss-padding-top-bottom)); } +.header > .item.title a { + padding: 0 1rem; +} + .header > .item.title .logo { /* logo is smaller than needed */ height: 1.5rem; diff --git a/p/themes/Origine-compact/origine-compact.rtl.css b/p/themes/Origine-compact/origine-compact.rtl.css index d6f7e49bd..b1ac6fb54 100644 --- a/p/themes/Origine-compact/origine-compact.rtl.css +++ b/p/themes/Origine-compact/origine-compact.rtl.css @@ -57,6 +57,10 @@ a.btn, height: calc(2.1rem + 2 * var(--frss-padding-top-bottom)); } +.header > .item.title a { + padding: 0 1rem; +} + .header > .item.title .logo { /* logo is smaller than needed */ height: 1.5rem; -- cgit v1.2.3