mirror of https://github.com/gorhill/uBlock.git
Remove usage of CSS `zoom`
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/1793
This commit is contained in:
parent
a98da9e4ae
commit
064ffe4cc7
|
@ -1,11 +1,6 @@
|
||||||
body > div.body {
|
body > div.body {
|
||||||
padding: 0 0.5em;
|
padding: 0 0.5em;
|
||||||
}
|
}
|
||||||
@media screen and (max-device-width: 960px) {
|
|
||||||
body {
|
|
||||||
zoom: 1.4;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
h2, h3 {
|
h2, h3 {
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue