mirror of https://github.com/gorhill/uBlock.git
minor changes
This commit is contained in:
parent
4c86479ba7
commit
332653284d
|
@ -36,7 +36,7 @@
|
||||||
// I do not want the left pane -- optional and hidden by defaut -- to
|
// I do not want the left pane -- optional and hidden by defaut -- to
|
||||||
// dictate the height of the popup. The right pane dictates the height
|
// dictate the height of the popup. The right pane dictates the height
|
||||||
// of the popup, and the left pane will have a scrollbar if ever its
|
// of the popup, and the left pane will have a scrollbar if ever its
|
||||||
// height is larger than what is available.
|
// height is more than what is available.
|
||||||
doc.querySelector('#panes > div:nth-of-type(2)').style.setProperty(
|
doc.querySelector('#panes > div:nth-of-type(2)').style.setProperty(
|
||||||
'height',
|
'height',
|
||||||
doc.querySelector('#panes > div:nth-of-type(1)').offsetHeight + 'px'
|
doc.querySelector('#panes > div:nth-of-type(1)').offsetHeight + 'px'
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<a href="dashboard.html" target="_blank" id="gotoPrefs" title="popupTipDashboard"><span id="appname"></span><span id="version"></span></a>
|
<a href="dashboard.html" target="_blank" id="gotoPrefs" title="popupTipDashboard"><span id="appname"> </span><span id="version"> </span></a>
|
||||||
<div id="panes">
|
<div id="panes">
|
||||||
<div>
|
<div>
|
||||||
<p id="switch" data-i18n-tip="popupPowerSwitchInfo"><span class="fa"></span></p>
|
<p id="switch" data-i18n-tip="popupPowerSwitchInfo"><span class="fa"></span></p>
|
||||||
|
|
Loading…
Reference in New Issue