Changeset 0.23.2 (#155)
This commit is contained in:
@@ -705,6 +705,14 @@
|
||||
.sb-channel-item.active { background: var(--bg-raised); color: var(--text); }
|
||||
.sidebar.collapsed .sb-channel-item { justify-content: center; padding: 5px 0; margin: 0 6px; }
|
||||
|
||||
.sb-ch-menu {
|
||||
visibility: hidden; background: none; border: none; color: var(--text-3); cursor: pointer;
|
||||
font-size: 14px; padding: 0 4px; line-height: 1; border-radius: 3px; margin-left: auto;
|
||||
}
|
||||
.sb-ch-menu:hover { color: var(--text); background: var(--bg-hover); }
|
||||
.sb-channel-item:hover .sb-ch-menu { visibility: visible; }
|
||||
.sidebar.collapsed .sb-ch-menu { display: none; }
|
||||
|
||||
.sb-ch-icon { color: var(--text-3); flex-shrink: 0; display: flex; }
|
||||
.sb-ch-name { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
||||
.sidebar.collapsed .sb-ch-name { display: none; }
|
||||
@@ -731,14 +739,15 @@
|
||||
/* ── Chats section folder items ── */
|
||||
|
||||
.sb-folder-group { margin-bottom: 1px; }
|
||||
.sb-folder-group.drag-over .sb-folder-header { background: var(--accent-dim); }
|
||||
.sb-folder-name { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
||||
.sb-folder-menu {
|
||||
display: none; background: none; border: none; cursor: pointer;
|
||||
visibility: hidden; background: none; border: none; cursor: pointer;
|
||||
color: var(--text-3); font-size: 14px; padding: 0 2px; line-height: 1;
|
||||
flex-shrink: 0; border-radius: 3px;
|
||||
}
|
||||
.sb-folder-menu:hover { color: var(--text); background: var(--bg-hover); }
|
||||
.sb-folder-header:hover .sb-folder-menu { display: block; }
|
||||
.sb-folder-header:hover .sb-folder-menu { visibility: visible; }
|
||||
.sb-folder-empty { padding: 4px 14px 6px 28px; font-size: 11px; color: var(--text-3); font-style: italic; }
|
||||
|
||||
.sb-folder-header {
|
||||
@@ -756,7 +765,13 @@
|
||||
}
|
||||
.sb-folder-header:hover { background: var(--bg-hover); color: var(--text-2); }
|
||||
|
||||
.sb-folder-arrow { margin-left: auto; font-size: 9px; }
|
||||
.sb-folder-arrow { font-size: 9px; flex-shrink: 0; width: 12px; text-align: center; }
|
||||
|
||||
/* v0.23.2: Drop zone for chats section */
|
||||
#sbBodyChats.drag-over { outline: 2px dashed var(--accent); outline-offset: -2px; border-radius: 4px; }
|
||||
.sb-unfiled-zone { min-height: 30px; border-radius: 4px; margin-top: 2px; }
|
||||
.sb-unfiled-zone.drag-over { outline: 2px dashed var(--accent); outline-offset: -2px; }
|
||||
.sb-unfiled-hint { padding: 6px 14px; font-size: 11px; color: var(--text-3); font-style: italic; }
|
||||
|
||||
/* Indented chat items inside folders */
|
||||
.chat-item.indented { padding-left: 28px; }
|
||||
|
||||
Reference in New Issue
Block a user