Merge branch 'dev' into desktop-poilsh-styles-ui-ux

This commit is contained in:
Aaron Iker
2026-01-20 01:34:16 +01:00
3 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
z-index: 50;
min-width: 200px;
max-width: 320px;
border-radius: var(--radius-md);
border-radius: 8px;
background-color: var(--surface-raised-stronger-non-alpha);
pointer-events: auto;
@@ -31,7 +31,7 @@
}
[data-slot="hover-card-body"] {
padding: 12px;
padding: 4px;
}
}
@@ -76,6 +76,7 @@
[data-slot="message-nav-title-preview"] {
font-size: 14px; /* text-14-regular */
color: var(--text-base);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;