We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f6403 commit fdbc456Copy full SHA for fdbc456
1 file changed
src/renderer/src/components/layout/sidebar_items/chat/tree-styles.css
@@ -3,14 +3,17 @@
3
}
4
5
/* Ant Design Tree 样式覆盖 */
6
+.chat-history-tree .ant-tree-switcher {
7
+ align-self: center;
8
+}
9
.chat-history-tree .ant-tree-treenode {
10
width: 100%;
11
+ align-items: center;
12
13
14
.chat-history-tree .ant-tree-node-content-wrapper {
15
flex: 1;
16
min-width: 0;
- overflow: hidden;
17
18
19
.chat-history-tree .ant-tree-title {
@@ -37,6 +40,7 @@
37
40
38
41
gap: 8px;
39
42
overflow: hidden;
43
+ height: 24px;
44
45
46
.tree-node-title {
0 commit comments