Skip to content

Commit

Permalink
取消了按钮的阴影效果,更加扁平化的风格,删除了模型名的折叠效果,这已经是不必要的
Browse files Browse the repository at this point in the history
  • Loading branch information
tianzhentech committed Feb 27, 2025
1 parent afe5040 commit 3eb3517
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions app/components/chat.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
border: var(--border-in-light);
padding: 4px 10px;
animation: slide-in ease 0.3s;
box-shadow: var(--card-shadow);
transition: width ease 0.3s;
align-items: center;
height: 16px;
Expand Down Expand Up @@ -363,7 +362,6 @@
font-size: 13px;
max-width: none;
white-space: nowrap;
transition: all 0.3s ease;
}
color: var(--black);
margin-left: 6px;
Expand All @@ -386,18 +384,6 @@
pointer-events: all;
transform: scale(1) translateY(0);
}

@media screen and (max-width: 600px) {
.chat-model-name {
max-width: 120px;
white-space: normal;
hyphens: auto;
overflow-wrap: break-word;
word-break: break-word;
text-align: justify;
line-height: 1.2;
}
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"package": {
"productName": "NeatChat",
"version": "1.1.12.1"
"version": "1.1.12.2"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 3eb3517

Please sign in to comment.