From 717c3494e88710f7ea5d371832b671efe8bce0da Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sun, 18 Feb 2024 15:23:34 -0800 Subject: [PATCH] Minor width change after daa140447ed673d675e22e0f180f23b22fe9cc0f --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index b4ec0589..58b415c1 100644 --- a/css/main.css +++ b/css/main.css @@ -695,7 +695,7 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* { top: 16px; right: 0; width: calc(0.5*(var(--document-width) - 880px - 120px - 16px*2)); - max-width: 300px; + max-width: 400px; margin-right: calc(-0.5*(var(--document-width) - 880px - 14px - 16px * 2)); } }