mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
Prevent resizing of title bar in popup menu
Related issue: https://github.com/uBlockOrigin/uBlock-issues/issues/3284
This commit is contained in:
parent
1d7feb83a2
commit
8c5918dec7
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
<div id="panes">
|
||||
<div id="main">
|
||||
<div id="sticky">
|
||||
<div id="hostname"><span></span>­<span></span></div>
|
||||
<div id="hostname"><span></span>­<span> </span></div>
|
||||
<div id="stickyTools">
|
||||
<div class="rulesetTools">
|
||||
<span id="saveRules" class="fa-icon" data-i18n-title="popupTipSaveRules">lock</span>
|
||||
|
|
Loading…
Reference in a new issue