mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fine tune layout fix: https://github.com/uBlockOrigin/uBlock-issues/issues/348
This commit is contained in:
parent
01ac7bd28d
commit
55f2014e8c
2 changed files with 7 additions and 1 deletions
|
|
@ -22,6 +22,12 @@ body {
|
||||||
font-size: large;
|
font-size: large;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-height: 640px) {
|
||||||
|
body {
|
||||||
|
font-size: small;
|
||||||
|
}
|
||||||
|
}
|
||||||
body > div {
|
body > div {
|
||||||
margin: 1.5em 0;
|
margin: 1.5em 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<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>
|
<title></title>
|
||||||
<link rel="stylesheet" href="css/common.css" type="text/css">
|
<link rel="stylesheet" href="css/common.css" type="text/css">
|
||||||
<link rel="stylesheet" type="text/css" href="css/document-blocked.css">
|
<link rel="stylesheet" type="text/css" href="css/document-blocked.css">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue