mirror of https://github.com/gorhill/uBlock.git
fine tuning css
This commit is contained in:
parent
40127c2081
commit
d326bde8dd
|
@ -71,9 +71,11 @@ body[dir="rtl"] #panes > div {
|
||||||
}
|
}
|
||||||
body[dir="ltr"] #panes > div:nth-of-type(2) {
|
body[dir="ltr"] #panes > div:nth-of-type(2) {
|
||||||
direction: rtl; /* scroll bar to the left */
|
direction: rtl; /* scroll bar to the left */
|
||||||
|
margin-right: 1px;
|
||||||
}
|
}
|
||||||
body[dir="rtl"] #panes > div:nth-of-type(2) {
|
body[dir="rtl"] #panes > div:nth-of-type(2) {
|
||||||
direction: ltr; /* scroll bar to the right */
|
direction: ltr; /* scroll bar to the right */
|
||||||
|
margin-left: 1px;
|
||||||
}
|
}
|
||||||
#panes:not(.dfEnabled) > div:nth-of-type(2) {
|
#panes:not(.dfEnabled) > div:nth-of-type(2) {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in New Issue