version 0.0.24
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user