version 0.0.24

This commit is contained in:
2026-03-06 22:37:48 -05:00
parent 4517746692
commit edbee5c8ef
35 changed files with 743 additions and 372 deletions

View File

@@ -32,7 +32,7 @@
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--text-tertiary);
background: #e53935;
}
.sidebar-search {
@@ -188,14 +188,25 @@
flex-shrink: 0;
}
.sidebar-logo-default {
width: 56px;
height: 56px;
flex-shrink: 0;
}
.sidebar-logo-default svg {
width: 56px;
height: 56px;
display: block;
/* Unread message indicator */
.group-item.has-unread {
background: var(--primary-light);
}
.unread-name {
font-weight: 700;
color: var(--text-primary) !important;
}
.badge-unread {
background: var(--text-secondary);
color: white;
font-size: 11px;
font-weight: 600;
min-width: 18px;
height: 18px;
border-radius: 9px;
padding: 0 5px;
display: flex;
align-items: center;
justify-content: center;
}