mirror of https://github.com/gorhill/uBlock.git
Helps #996 and simplifies platform code
This commit is contained in:
parent
38924fef22
commit
774e30aec6
|
@ -39,7 +39,6 @@ var onLoaded = function() {
|
|||
|
||||
body.style.setProperty("width", "100%");
|
||||
panes.style.setProperty("width", "100%");
|
||||
panes.style.setProperty("text-align", "right");
|
||||
dfPane.style.setProperty("display", "inline-block", "important");
|
||||
|
||||
var updateSize = function() {
|
||||
|
|
|
@ -50,6 +50,9 @@ body[dir="ltr"] #panes {
|
|||
body[dir="rtl"] #panes {
|
||||
direction: ltr;
|
||||
}
|
||||
body, #panes {
|
||||
text-align: right; /* this helps the popup render better at "intermediate" widths */
|
||||
}
|
||||
#panes > div {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in New Issue