fix: remove chat message dividers

This commit is contained in:
lofyer
2026-08-13 15:45:54 +08:00
parent aab961226f
commit 48381cbb89
-6
View File
@@ -3085,15 +3085,10 @@ button > svg {
display: grid;
min-width: 0;
padding: 17px 8px;
border-top: 1px solid transparent;
gap: 12px;
grid-template-columns: 30px minmax(0, 1fr);
}
.message + .message {
border-top-color: var(--border-subtle);
}
.message--user {
grid-template-columns: minmax(0, 1fr) 30px;
}
@@ -9448,7 +9443,6 @@ details.settings-section > :not(summary) + :not(summary) {
.assistant-sidebar__tabs,
.assistant-sidebar__context,
.assistant-sidebar__preview > header,
.message + .message,
.divider,
.runtime-picker__divider,
.settings-panel__header,