Files
sune/dist/assets/index-BnyJnb2d.css
2026-02-17 03:56:06 +00:00

34 lines
1.7 KiB
CSS

@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}
.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 ul,.markdown-body ol{list-style:revert;padding-left:2em}
.msg-bubble{overflow-x:auto}
.msg-avatar{font-size:16px}
.menu-card{position:fixed;z-index:60;min-width:12rem;border-radius:0.75rem;border:1px solid #e5e7eb;background:#fff;box-shadow:0 10px 20px rgba(0,0,0,.08)}
.menu-item{width:100%;text-align:left;padding:.5rem .75rem;font-size:0.875rem;display:flex;align-items:center;gap:.5rem}
#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;
vertical-align: middle;
margin: 0 0.125em !important;
}
mjx-container[jax="SVG"][display="true"] {
display: block;
text-align: center;
margin: 1em 0 !important;
}
mjx-container svg {
max-width: 100%;
}
@keyframes sune-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
.sune-generating { display: inline-block; animation: sune-spin 4s linear infinite; color: #9ca3af; }