mirror of https://github.com/gorhill/uBlock.git
maybe this help for #996
This commit is contained in:
parent
b83e0b46d5
commit
db158617e0
|
@ -62,9 +62,9 @@ body[dir="rtl"] #panes > div {
|
|||
direction: rtl;
|
||||
}
|
||||
#panes > div:nth-of-type(2) {
|
||||
overflow-y: hidden;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
width: 0;
|
||||
width: 320px;
|
||||
}
|
||||
body[dir="ltr"] #panes > div:nth-of-type(2) {
|
||||
direction: rtl; /* scroll bar to the left */
|
||||
|
@ -75,11 +75,6 @@ body[dir="rtl"] #panes > div:nth-of-type(2) {
|
|||
#panes:not(.dfEnabled) > div:nth-of-type(2) {
|
||||
display: none;
|
||||
}
|
||||
#panes.dfEnabled > div:nth-of-type(2) {
|
||||
overflow-y: auto;
|
||||
width: 320px;
|
||||
}
|
||||
|
||||
#panes > div:nth-of-type(1) {
|
||||
min-width: 150px;
|
||||
padding: 4px 1px;
|
||||
|
|
Loading…
Reference in New Issue