From d33a3fb7eda64e2625a9146ea28afc0ae9a6e038 Mon Sep 17 00:00:00 2001 From: code913 <54856929+code913@users.noreply.github.com> Date: Mon, 30 Oct 2023 06:12:11 +0000 Subject: [PATCH 1/4] ui: prevent brand from word wrapping --- src/lib/Header.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Header.svelte b/src/lib/Header.svelte index ad9a001..8165a74 100644 --- a/src/lib/Header.svelte +++ b/src/lib/Header.svelte @@ -92,7 +92,7 @@ nav { grid-template: { areas: "brand menu" "links links"; - columns: 1fr 1fr; + columns: 1fr auto; rows: auto min-content; } } From 5af9010547bf339e3321a73b88d77687cb6275ea Mon Sep 17 00:00:00 2001 From: code913 <54856929+code913@users.noreply.github.com> Date: Mon, 30 Oct 2023 21:54:28 +0530 Subject: [PATCH 2/4] ui: make ul padding match with the note --- src/routes/downloads/expandedworlds/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/downloads/expandedworlds/+page.svelte b/src/routes/downloads/expandedworlds/+page.svelte index d4e3342..94ce51e 100644 --- a/src/routes/downloads/expandedworlds/+page.svelte +++ b/src/routes/downloads/expandedworlds/+page.svelte @@ -257,7 +257,7 @@

1.8 (Zero)

Note from author: Very buggy, has log spam which can rapidly decrease FPS and can cause disk usage to rise drastically, has a bug at 2^35 which causes stripes of chunks to not load every power of 2, Chunk overwrite limit causes chunk and entity relocation spam, highly unstable. Player will be affected.

-