|
|
@@ -4583,7 +4583,7 @@ const updateCollapsedState = () => {
|
|
|
.conversation-item {
|
|
|
padding: 12px;
|
|
|
margin: 4px 0;
|
|
|
- border-radius: 8px;
|
|
|
+/* border-radius: 8px; */
|
|
|
color: var(--primary-text);
|
|
|
font-size: 14px;
|
|
|
cursor: pointer;
|
|
|
@@ -4591,7 +4591,7 @@ const updateCollapsedState = () => {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
gap: 4px;
|
|
|
- border-bottom: 1px solid #e5e6eb;
|
|
|
+ border-bottom: 1px dashed #e5e6eb;
|
|
|
}
|
|
|
|
|
|
.conversation-title {
|