mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
space a bit between toolbox and edge of modal dialog
This commit is contained in:
parent
1b29fc21a7
commit
323378fb38
1 changed files with 2 additions and 2 deletions
|
|
@ -393,10 +393,10 @@ body[dir="rtl"] #popupContainer > div {
|
|||
transform: translate(0, -50%);
|
||||
}
|
||||
body[dir="ltr"] #urlFilteringMenu .dialog > div.headers > span.tools {
|
||||
right: 0;
|
||||
right: 0.1em;
|
||||
}
|
||||
body[dir="rtl"] #urlFilteringMenu .dialog > div.headers > span.tools {
|
||||
left: 0;
|
||||
left: 0.1em;
|
||||
}
|
||||
#urlFilteringMenu .dialog > div.headers > span.tools > span {
|
||||
cursor: pointer;
|
||||
|
|
|
|||
Loading…
Reference in a new issue