From 034da0cdc8ee9f82be096789f44ea3ef5b5ccdd1 Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Thu, 13 Oct 2022 01:37:23 +0300 Subject: [PATCH] !important Flag Fix --- static/koboldai.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/static/koboldai.css b/static/koboldai.css index 43a1f600..ea0b04ef 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -1891,7 +1891,7 @@ body { opacity: 1; - padding: 0px 2px; + padding: 10px; color: var(--tooltip_text); background-color: var(--tooltip_background); @@ -1904,7 +1904,6 @@ body { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; width: min-context; max-width: 300px; - padding: 10px !important; } .tooltip-context-token { @@ -2723,4 +2722,4 @@ input[type='range'] { select { outline: none; -} \ No newline at end of file +}