From 7de384bf9c192292cbc726085eedfadddfa7ca7d Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Thu, 13 Mar 2025 23:10:48 +0100 Subject: Mark as read button: config for the size (#7314) * settings * i18n: mark_read_button * big, small, none * fix * Fixes * make fix-all --------- Co-authored-by: Alexandre Alapetite --- p/themes/Origine-compact/origine-compact.css | 2 +- p/themes/Origine-compact/origine-compact.rtl.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (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 94705d90b..f1a68b1c1 100644 --- a/p/themes/Origine-compact/origine-compact.css +++ b/p/themes/Origine-compact/origine-compact.css @@ -134,7 +134,7 @@ padding: 0.5rem 3rem 0.5rem 0.5rem; } /*=== "Load more" part */ -#bigMarkAsRead { +#bigMarkAsRead.big { 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 83ca78153..ee299153b 100644 --- a/p/themes/Origine-compact/origine-compact.rtl.css +++ b/p/themes/Origine-compact/origine-compact.rtl.css @@ -134,7 +134,7 @@ padding: 0.5rem 0.5rem 0.5rem 3rem; } /*=== "Load more" part */ -#bigMarkAsRead { +#bigMarkAsRead.big { font-size: 1.2em; } -- cgit v1.2.3