mirror of
https://github.com/sune-org/sune.git
synced 2026-07-18 05:45:44 +00:00
This build was committed by a bot.
This commit is contained in:
@@ -839,7 +839,7 @@ var __vitePreload = function preload(baseModule, deps, importerUrl) {
|
||||
o != k && ((k = o) ? (history.pushState({ k: 1 }, ""), addEventListener("popstate", f)) : (removeEventListener("popstate", f), history.state?.k && history.back()));
|
||||
};
|
||||
})();
|
||||
var DEFAULT_MODEL = "anthropic/claude-opus-4.8";
|
||||
var DEFAULT_MODEL = "openrouter/free";
|
||||
var icons = () => window.lucide && lucide.createIcons();
|
||||
var haptic = () => /android/i.test(navigator.userAgent) && navigator.vibrate?.(1);
|
||||
var su = {
|
||||
@@ -1,11 +1,7 @@
|
||||
@import url(https://fonts.bunny.net/css?family=assistant:500);
|
||||
:root{--safe-bottom:env(safe-area-inset-bottom)}
|
||||
::-webkit-scrollbar{height:8px;width:8px}
|
||||
::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:999px}
|
||||
@media(pointer: coarse){.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}}
|
||||
:root{--safe-bottom:env(safe-area-inset-bottom)}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:999px}@media(pointer: coarse){.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}}
|
||||
html,body{overscroll-behavior-y:contain;font-family:'Assistant',sans-serif}
|
||||
.markdown-body{font-size:14px;line-height:1.6}
|
||||
.markdown-body pre{overflow:auto}
|
||||
.markdown-body{font-size:14px;line-height:1.6}.markdown-body pre{overflow:auto}
|
||||
.markdown-body ul,.markdown-body ol{list-style:revert;padding-left:2em}
|
||||
.msg-bubble{overflow-x:auto}
|
||||
.msg-avatar{font-size:16px}
|
||||
@@ -14,6 +10,7 @@ html,body{overscroll-behavior-y:contain;font-family:'Assistant',sans-serif}
|
||||
#htmlEditor,#extensionHtmlEditor,#jsonSchemaEditor{outline:none;white-space:pre!important;font-size:11px;line-height:1.5;}
|
||||
:not(pre)>code{font-size:85%;padding:.2em .4em;margin:0;border-radius:6px;background-color:rgba(175,184,193,0.2)}
|
||||
#threadRepoInput::placeholder{font-family:sans-serif;font-weight:500;color:#9ca3af}
|
||||
|
||||
/* MathJax 3 SVG Scaling & Alignment */
|
||||
mjx-container[jax="SVG"] {
|
||||
display: inline-block;
|
||||
Reference in New Issue
Block a user