From 1d2315983712e62d535dcca2d9f44b725c21d99e Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sat, 14 Jun 2025 08:38:20 -0700 Subject: [PATCH] Increase the size of the enlarged character profile picture --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 6d02582e..3e02c652 100644 --- a/css/main.css +++ b/css/main.css @@ -925,7 +925,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* { position: fixed; bottom: 0; left: 0; - width: calc(100vw / 2 - 600px); + width: calc(0.5 * (100vw - min(100vw, 48rem) - (120px - var(--header-width)))); z-index: 10000; }