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 7e4a939 commit 2250257Copy full SHA for 2250257
.github/workflows/test-and-deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
34
test-and-deploy:
35
needs: build-emglken
36
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
37
steps:
38
- uses: actions/checkout@v4
39
with:
src/web/parchment.css
@@ -9,6 +9,11 @@ https://github.com/curiousdannii/parchment
9
10
*/
11
12
+body, html {
13
+ height: 100%;
14
+ width: 100%;
15
+}
16
+
17
body {
18
background: var(--glkote-page-bg);
19
color: var(--glkote-buffer-fg);
@@ -54,4 +59,4 @@ body {
54
59
55
60
#loading_progress {
56
61
width: 250px;
57
-}
62
0 commit comments