From 1a0cded43f6b229c2db57725ae803a354b451d67 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 30 Apr 2020 09:32:32 -0400 Subject: [PATCH] Make popup panel more/less buttons easier to click --- src/css/popup-fenix.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/css/popup-fenix.css b/src/css/popup-fenix.css index fe490ace9..07450fb3d 100644 --- a/src/css/popup-fenix.css +++ b/src/css/popup-fenix.css @@ -173,8 +173,12 @@ body.mobile.no-tooltips .toolRibbon .tool { visibility: visible; } +.moreOrLess { + margin: 0; + } .moreOrLess > span { cursor: pointer; + padding: var(--popup-default-gap); } #moreButton .fa-icon { transform: rotate(180deg); @@ -534,7 +538,6 @@ body:not([data-more~="d"]) [data-more="d"] { direction: rtl; flex-grow: 1; line-height: 1.4; - max-height: 540px; max-height: max(100vh, 600px); min-width: 360px; overflow-y: auto;