Updated to version 1.2.6
This commit is contained in:
@@ -193,6 +193,25 @@ body {
|
||||
border-bottom-left-radius: 2px;
|
||||
}
|
||||
|
||||
/* Markdown headings */
|
||||
.message-bubble .md-h { margin: 10px 0 4px; font-weight: 600; line-height: 1.3; }
|
||||
.message-bubble h1.md-h { font-size: 1.4em; }
|
||||
.message-bubble h2.md-h { font-size: 1.2em; }
|
||||
.message-bubble h3.md-h { font-size: 1.05em; }
|
||||
.message-bubble h4.md-h, .message-bubble h5.md-h, .message-bubble h6.md-h { font-size: 1em; }
|
||||
.message-bubble .md-h:first-child { margin-top: 0; }
|
||||
|
||||
/* Markdown lists */
|
||||
.message-bubble .md-list { margin: 6px 0; padding-left: 22px; }
|
||||
.message-bubble .md-list li { margin: 2px 0; }
|
||||
|
||||
/* Markdown tables */
|
||||
.md-table-wrap { overflow-x: auto; margin: 8px 0; }
|
||||
.md-table { border-collapse: collapse; width: 100%; font-size: 13px; }
|
||||
.md-table th, .md-table td { border: 1px solid var(--border); padding: 6px 12px; text-align: left; vertical-align: top; }
|
||||
.md-table thead th { background: var(--bg3); font-weight: 600; }
|
||||
.md-table tbody tr:nth-child(even) { background: color-mix(in srgb, var(--bg3) 40%, transparent); }
|
||||
|
||||
/* Copy response button (below assistant bubble, visible on hover) */
|
||||
.copy-response-btn {
|
||||
font-size: 11px;
|
||||
@@ -905,7 +924,21 @@ tr:hover td { background: var(--bg2); }
|
||||
/* Tab bar scrollable */
|
||||
.tabs { overflow-x: auto; flex-wrap: nowrap; }
|
||||
|
||||
/* Filter bar */
|
||||
/* Filter bar: inputs fill available width, pairs stack two-per-row */
|
||||
.filter-bar { gap: 6px; }
|
||||
.filter-bar .form-input { min-width: 0; }
|
||||
.filter-bar .form-group { flex: 1 1 calc(50% - 6px); min-width: 120px; }
|
||||
.filter-bar .form-input { width: 100% !important; min-width: 0; box-sizing: border-box; }
|
||||
.filter-bar-actions { flex: 1 1 100%; }
|
||||
|
||||
/* Chats page: action buttons wrap below content on narrow screens */
|
||||
.chat-row { flex-wrap: wrap !important; }
|
||||
.chat-row-actions { flex: 1 1 100% !important; padding-left: 27px; }
|
||||
|
||||
/* Agent detail header: name + buttons wrap */
|
||||
.agent-detail-header { flex-wrap: wrap !important; gap: 12px; }
|
||||
.agent-detail-header > div:last-child { flex-shrink: 0; }
|
||||
|
||||
/* Fullscreen prompt editor on mobile */
|
||||
.pe-kbd-hint { display: none; }
|
||||
#pe-textarea { padding: 16px !important; font-size: 14px !important; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user