Skip to content

Commit

Permalink
Fine tune layout fix: uBlockOrigin/uBlock-issues#348
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill authored and hawkeye116477 committed Oct 9, 2020
1 parent 49f11c9 commit f63e36f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/css/document-blocked.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
1 change: 1 addition & 0 deletions src/document-blocked.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=yes">
<title></title>
<link rel="stylesheet" type="text/css" href="css/themes/default.css">
<link rel="stylesheet" href="css/common.css" type="text/css">
Expand Down

0 comments on commit f63e36f

Please sign in to comment.