From bb0fc2a54ad59626970c62345a3b4c131204d705 Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Fri, 29 Mar 2024 07:22:14 +0100 Subject: Improve: Article footer clickable area of dropdowns (#6242) --- p/themes/base-theme/frss.css | 5 +++++ p/themes/base-theme/frss.rtl.css | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'p') diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css index 82e049d64..3c6ec6159 100644 --- a/p/themes/base-theme/frss.css +++ b/p/themes/base-theme/frss.css @@ -643,6 +643,11 @@ input[type="checkbox"]:focus-visible { padding: var(--frss-padding-top-bottom) 0; } +.horizontal-list .item .item-element.dropdown .dropdown-toggle, +.horizontal-list .item .item-element.dropdown .dropdown-toggle-close { + padding: var(--frss-padding-top-bottom) var(--frss-padding-flux-items); +} + /*=== manage-list */ .manage-list { list-style: none; diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css index 6c0b2bfb9..a3982402f 100644 --- a/p/themes/base-theme/frss.rtl.css +++ b/p/themes/base-theme/frss.rtl.css @@ -643,6 +643,11 @@ input[type="checkbox"]:focus-visible { padding: var(--frss-padding-top-bottom) 0; } +.horizontal-list .item .item-element.dropdown .dropdown-toggle, +.horizontal-list .item .item-element.dropdown .dropdown-toggle-close { + padding: var(--frss-padding-top-bottom) var(--frss-padding-flux-items); +} + /*=== manage-list */ .manage-list { list-style: none; -- cgit v1.2.3