1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00

Remove usage of CSS zoom

Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1793
This commit is contained in:
Raymond Hill 2021-11-13 11:05:35 -05:00
parent a98da9e4ae
commit 064ffe4cc7
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -1,11 +1,6 @@
body > div.body {
padding: 0 0.5em;
}
@media screen and (max-device-width: 960px) {
body {
zoom: 1.4;
}
}
h2, h3 {
margin: 1em 0;
}