From f36311f6b7b0c51fa77e22a125312a9782227936 Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Thu, 27 Oct 2022 18:02:19 +0300 Subject: [PATCH] Percent-Based Tooltips Size --- static/koboldai.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/koboldai.css b/static/koboldai.css index 95c36d7d..3005d1f8 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -1896,7 +1896,7 @@ body { border: 1px ridge grey; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; width: min-context; - max-width: 350px; + max-width: 75%; } .tooltip-context-token {