1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

blocked-image-by-size: be sure placeholder is visible in interactive mode

This commit is contained in:
gorhill 2016-01-23 16:42:23 -05:00
parent 74c87f075e
commit 7a0b4356ad

View File

@ -103,6 +103,7 @@ styleTag.textContent = [
'font-size: 1em !important;',
'min-height: 1em !important;',
'min-width: 1em !important;',
'opacity: 1 !important;',
'}'
].join('\n');
document.head.appendChild(styleTag);