diff options
| author | Fuwn <[email protected]> | 2023-12-09 21:30:45 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-09 21:30:45 -0800 |
| commit | a25cd0e9ad3b7c4f7fe963a7418db5dfd541c3af (patch) | |
| tree | 6ac1d2aac0cb37d44ed2e676769c21eea0e57c4f /src | |
| parent | ci(earthly): manage open port (diff) | |
| download | due.moe-a25cd0e9ad3b7c4f7fe963a7418db5dfd541c3af.tar.xz due.moe-a25cd0e9ad3b7c4f7fe963a7418db5dfd541c3af.zip | |
feat(html): use more screen area
Diffstat (limited to 'src')
| -rw-r--r-- | src/app.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.html b/src/app.html index 38bed62f..b1c23e5e 100644 --- a/src/app.html +++ b/src/app.html @@ -184,7 +184,7 @@ %sveltekit.head% </head> - <body data-sveltekit-preload-data="hover" style="max-width: 90% !important"> + <body data-sveltekit-preload-data="hover" style="max-width: 97.5% !important"> <div style="display: contents">%sveltekit.body%</div> <img id="mai" onclick="alert('You\'re having lewd thoughts, aren\'t you?')" /> |