💄 微调样式

This commit is contained in:
BTMuli
2025-09-24 19:54:58 +08:00
parent 4f8f269787
commit 86dfc134dc

View File

@@ -297,8 +297,10 @@ function handleUserClick(user: TGApp.BBS.Post.User, gid: number): void {
display: flex;
overflow: hidden;
max-width: 100%;
box-sizing: border-box;
align-items: center;
justify-content: center;
padding-right: 8px;
border-radius: 4px;
margin-right: 12px;
margin-left: 12px;
@@ -329,8 +331,6 @@ function handleUserClick(user: TGApp.BBS.Post.User, gid: number): void {
:last-child {
overflow: hidden;
box-sizing: border-box;
padding-right: 8px;
max-lines: 1;
text-overflow: ellipsis;
white-space: nowrap;