File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 3333
3434 test-and-deploy :
3535 needs : build-emglken
36- runs-on : ubuntu-latest
36+ runs-on : ubuntu-22.04
3737 steps :
3838 - uses : actions/checkout@v4
3939 with :
6767 ./tools/package-inform7.sh
6868 - name : Test storyfiles
6969 run : ./tests/runtests.sh
70- - name : Check browser compatibility
71- run : ./tests/check-compat.sh
70+ # - name: Check browser compatibility
71+ # run: ./tests/check-compat.sh
7272 - run : cp tools/deploy.gitignore .gitignore
7373 - name : Deploy to Pages 🚀
7474 if : github.ref == 'refs/heads/master'
Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ https://github.com/curiousdannii/parchment
99
1010*/
1111
12+ body , html {
13+ height : 100% ;
14+ width : 100% ;
15+ }
16+
1217body {
1318 background : var (--glkote-page-bg );
1419 color : var (--glkote-buffer-fg );
5459
5560# loading_progress {
5661 width : 250px ;
57- }
62+ }
You can’t perform that action at this time.
0 commit comments