fix(chat): remove input bar border across all chat views
Remove border-top from .input-wrapper in ChatPanel directly instead of overriding per-view. Applies to chat, workspace, and briefing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -665,7 +665,6 @@ defineExpose({ focus, prefill, send, contextCount, sidebarOpen, toggleContextSid
|
|||||||
.input-wrapper {
|
.input-wrapper {
|
||||||
grid-column: 2;
|
grid-column: 2;
|
||||||
grid-row: 2;
|
grid-row: 2;
|
||||||
border-top: 1px solid var(--color-border);
|
|
||||||
padding: 0.5rem 1rem 0.75rem;
|
padding: 0.5rem 1rem 0.75rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
@@ -442,10 +442,6 @@ onMounted(async () => {
|
|||||||
min-height: 0;
|
min-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.briefing-chat-panel :deep(.input-wrapper) {
|
|
||||||
border-top: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ─── Right column (Weather + News) ──────────────────────────────────────── */
|
/* ─── Right column (Weather + News) ──────────────────────────────────────── */
|
||||||
|
|
||||||
.briefing-right {
|
.briefing-right {
|
||||||
|
|||||||
Reference in New Issue
Block a user