aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-03-29 07:22:14 +0100
committerGravatar GitHub <noreply@github.com> 2024-03-29 07:22:14 +0100
commitbb0fc2a54ad59626970c62345a3b4c131204d705 (patch)
tree24986766437b8da7c4646f00383c611096784b8a /p
parent75a17ff4108f18a1df63c3f9e4c2e05eb46db032 (diff)
Improve: Article footer clickable area of dropdowns (#6242)
Diffstat (limited to 'p')
-rw-r--r--p/themes/base-theme/frss.css5
-rw-r--r--p/themes/base-theme/frss.rtl.css5
2 files changed, 10 insertions, 0 deletions
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;