mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-24 11:22:44 +01:00
Fine tune layout fix: https://github.com/uBlockOrigin/uBlock-issues/issues/348
This commit is contained in:
parent
01ac7bd28d
commit
55f2014e8c
@ -22,6 +22,12 @@ body {
|
||||
font-size: large;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@media (max-height: 640px) {
|
||||
body {
|
||||
font-size: small;
|
||||
}
|
||||
}
|
||||
body > div {
|
||||
margin: 1.5em 0;
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=yes">
|
||||
<title></title>
|
||||
<link rel="stylesheet" href="css/common.css" type="text/css">
|
||||
<link rel="stylesheet" type="text/css" href="css/document-blocked.css">
|
||||
|
Loading…
Reference in New Issue
Block a user