From 4d95ef71642b4f5b17e4a56fdaf1561439f0dadf Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:37:02 +0100 Subject: Improve the padding of the notification banner (#6074) --- p/themes/Origine-compact/origine-compact.css | 3 +++ p/themes/Origine-compact/origine-compact.rtl.css | 3 +++ 2 files changed, 6 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 38ae932f5..94705d90b 100644 --- a/p/themes/Origine-compact/origine-compact.css +++ b/p/themes/Origine-compact/origine-compact.css @@ -130,6 +130,9 @@ /*=== Content of feed articles */ /*=== Notification and actualize notification */ +.notification { + padding: 0.5rem 3rem 0.5rem 0.5rem; +} /*=== "Load more" part */ #bigMarkAsRead { font-size: 1.2em; diff --git a/p/themes/Origine-compact/origine-compact.rtl.css b/p/themes/Origine-compact/origine-compact.rtl.css index 6dc83e3cc..83ca78153 100644 --- a/p/themes/Origine-compact/origine-compact.rtl.css +++ b/p/themes/Origine-compact/origine-compact.rtl.css @@ -130,6 +130,9 @@ /*=== Content of feed articles */ /*=== Notification and actualize notification */ +.notification { + padding: 0.5rem 0.5rem 0.5rem 3rem; +} /*=== "Load more" part */ #bigMarkAsRead { font-size: 1.2em; -- cgit v1.2.3