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; overflow: hidden;
box-sizing: border-box; box-sizing: border-box;
cursor: pointer; cursor: pointer;
width: 100%;
:focus { :focus {
outline: none; outline: none;

View file

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