1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +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;
}
.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;