1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

fix popup panel width issue when photon disabled [firefox]

This commit is contained in:
gorhill 2017-07-03 12:25:13 -04:00
parent 6328a63c2b
commit 432818df4f
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -3125,6 +3125,7 @@ vAPI.toolbarButton = {
'#' + this.viewId + ',',
'#' + this.viewId + ' > iframe {',
'height: 290px;',
'max-width: none !important;',
'min-width: 0 !important;',
'overflow: hidden !important;',
'padding: 0 !important;',