1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-02 17:19:38 +02:00

Make popup panel more/less buttons easier to click

This commit is contained in:
Raymond Hill 2020-04-30 09:32:32 -04:00
parent 8f01f71add
commit 1a0cded43f
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -173,8 +173,12 @@ body.mobile.no-tooltips .toolRibbon .tool {
visibility: visible; visibility: visible;
} }
.moreOrLess {
margin: 0;
}
.moreOrLess > span { .moreOrLess > span {
cursor: pointer; cursor: pointer;
padding: var(--popup-default-gap);
} }
#moreButton .fa-icon { #moreButton .fa-icon {
transform: rotate(180deg); transform: rotate(180deg);
@ -534,7 +538,6 @@ body:not([data-more~="d"]) [data-more="d"] {
direction: rtl; direction: rtl;
flex-grow: 1; flex-grow: 1;
line-height: 1.4; line-height: 1.4;
max-height: 540px;
max-height: max(100vh, 600px); max-height: max(100vh, 600px);
min-width: 360px; min-width: 360px;
overflow-y: auto; overflow-y: auto;