We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1d30b commit 9cecd94Copy full SHA for 9cecd94
static/assets/styles/frame.css
@@ -7,7 +7,7 @@ body {
7
iframe {
8
display: block;
9
border: none;
10
- height: 100vh;
+ height: calc(100% - 3em);
11
width: 100vw;
12
position: absolute;
13
bottom: 0;
static/go.html
@@ -6,7 +6,7 @@
6
<meta http-equiv="X-Content-Type-Options" content="nosniff" />
<link rel="shortcut icon" id="tab-favicon" href="favicon.png" />
<title id="tab-title">Home</title>
- <link rel="stylesheet" href="assets/styles/frame.css?v=3" />
+ <link rel="stylesheet" href="assets/styles/frame.css?v=4" />
<link rel="stylesheet" href="/assets/styles/themes/default.css?v=2" />
</head>
<body>
0 commit comments