fix chat list items

This commit is contained in:
Henry Jameson 2026-06-14 17:57:14 +03:00
commit a3881e3f2a
2 changed files with 5 additions and 0 deletions

View file

@ -4,6 +4,7 @@
overflow: hidden;
box-sizing: border-box;
cursor: pointer;
width: 100%;
:focus {
outline: none;

View file

@ -33,6 +33,10 @@
&:not(:last-child) {
border-bottom: 1px dotted var(--border);
}
&:empty {
border: none
}
}
.header {