aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-09-28 15:34:59 -0700
committerFuwn <[email protected]>2023-09-28 15:34:59 -0700
commitd2b65336df26258ea306f338d0192d57b61658b7 (patch)
tree0c618def31af2a8ed517c94477b291113172ad0a /src
parentfeat(tools): select tool via query (diff)
downloaddue.moe-d2b65336df26258ea306f338d0192d57b61658b7.tar.xz
due.moe-d2b65336df26258ea306f338d0192d57b61658b7.zip
fix(tools): fix wrapped width
Diffstat (limited to 'src')
-rw-r--r--src/routes/tools/+page.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/tools/+page.svelte b/src/routes/tools/+page.svelte
index f4ffefd9..3976aeba 100644
--- a/src/routes/tools/+page.svelte
+++ b/src/routes/tools/+page.svelte
@@ -55,6 +55,6 @@
<style>
#wrapped {
- max-width: 60%;
+ width: 980px;
}
</style>