mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Safari: code review for readability
This commit is contained in:
parent
3c9f5c0da1
commit
cf3816b494
1 changed files with 1 additions and 1 deletions
|
|
@ -38,8 +38,8 @@ var onLoaded = function() {
|
|||
dfPane = panes.children[1];
|
||||
|
||||
body.style.setProperty("width", "100%");
|
||||
panes.style.setProperty("text-align", "right");
|
||||
panes.style.setProperty("width", "100%");
|
||||
panes.style.setProperty("text-align", "right");
|
||||
dfPane.style.setProperty("display", "inline-block", "important");
|
||||
|
||||
var updateSize = function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue