fix(messages): stronger active state, fix chat panel overflow for proper flex layout
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
4b669ce2fe
commit
ecc8b18134
@ -174,8 +174,9 @@
|
||||
}
|
||||
|
||||
.conversation-item.active {
|
||||
background: var(--conv-primary-light, #EDF0F5);
|
||||
border-left: 3px solid var(--conv-primary, #2E4872);
|
||||
background: #dce3ef;
|
||||
border-left: 4px solid var(--conv-primary, #2E4872);
|
||||
padding-left: 8px;
|
||||
}
|
||||
|
||||
.conversation-item.unread .conv-name {
|
||||
@ -296,6 +297,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
background: var(--conv-surface);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user