diff --git a/static/koboldai.css b/static/koboldai.css index 614407f5..596879f8 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -1894,6 +1894,9 @@ body { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; position: fixed; transition: opacity 0s linear 0.5s; + border: 3px ridge grey; + width: 200px; + white-space: normal; top: calc(var(--mouse-y) * 100vh); diff --git a/static/koboldai.js b/static/koboldai.js index fa2fed41..b36328fd 100644 --- a/static/koboldai.js +++ b/static/koboldai.js @@ -5060,7 +5060,7 @@ document.addEventListener('mousemove', evt => { r.style.setProperty("--tooltip_y", "-100%"); r.style.setProperty("--tooltip_y_context", "0%"); } else { - r.style.setProperty("--tooltip_y", "200%"); + r.style.setProperty("--tooltip_y", "100%"); r.style.setProperty("--tooltip_y_context", "200%"); } r.style.setProperty("--mouse-x", evt.clientX / innerWidth); diff --git a/templates/settings flyout.html b/templates/settings flyout.html index 8421a555..2dc06cbd 100644 --- a/templates/settings flyout.html +++ b/templates/settings flyout.html @@ -24,7 +24,7 @@ open_in_new -search +search
@@ -39,13 +39,13 @@
{% if not on_colab %}
Share with Horde
- help_icon + help_icon {% endif %}
@@ -57,7 +57,7 @@ - file_download + file_download
@@ -65,15 +65,15 @@
@@ -90,7 +90,7 @@ Chat Name: - help_icon + help_icon @@ -113,7 +113,7 @@