mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Minor CSS change
This commit is contained in:
parent
ca222fa40e
commit
a393322f82
1 changed files with 3 additions and 3 deletions
|
|
@ -117,14 +117,14 @@
|
|||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
#ubol-picker #moreOrLess > span {
|
||||
cursor: pointer;
|
||||
padding: var(--default-gap-xxsmall) var(--default-gap-xsmall);
|
||||
}
|
||||
}
|
||||
#ubol-picker #moreOrLess > span:last-of-type {
|
||||
text-align: end;
|
||||
}
|
||||
}
|
||||
#ubol-picker[data-view="2"] aside #moreOrLess > span:first-of-type {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue