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/Mapco/_components.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p/themes/Mapco/_components.scss') diff --git a/p/themes/Mapco/_components.scss b/p/themes/Mapco/_components.scss index a0fdf1b94..ac5dd390d 100644 --- a/p/themes/Mapco/_components.scss +++ b/p/themes/Mapco/_components.scss @@ -291,7 +291,7 @@ } /*=== "Load more" part */ -#bigMarkAsRead { +#bigMarkAsRead.big { text-align: center; text-decoration: none; background: variables.$main-first-light; -- cgit v1.2.3