From 4921040fb462dac00ba8a028a8b22e9524f9f740 Mon Sep 17 00:00:00 2001 From: onesome Date: Fri, 21 Jul 2023 00:52:12 -0500 Subject: [PATCH] Context Menu: Make things a little less bloaty 5px was a bit excessive TODO: studied the context menu in my browser for a bit and noticed that if it was going to be too close to the bottom, the browser changes the vertical direction the context menu goes. sounds neat! --- static/koboldai.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/koboldai.css b/static/koboldai.css index 3ad643d2..b83384c4 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -2709,7 +2709,7 @@ body { } .context-menu-item { - padding: 5px; + padding: 4px; padding-right: 25px; min-width: 100px; white-space: nowrap;