Skip to content

Commit

Permalink
fix: 移动端删除按钮显示
Browse files Browse the repository at this point in the history
  • Loading branch information
DDMeaqua committed Oct 12, 2024
1 parent ad49916 commit 313f259
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/components/home.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,11 @@
transition: all ease 0.3s;
opacity: 0;
cursor: pointer;

@media only screen and (max-width: 600px) {
transform: translateX(-4px);
opacity: 0.5;
}
}

.chat-item:hover > .chat-item-delete {
Expand Down

0 comments on commit 313f259

Please sign in to comment.