Skip to content

Commit

Permalink
fix: the position of top-action buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
yanCode committed May 31, 2023
1 parent 6bd75fa commit 846e323
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/components/home.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@

.sidebar-sub-title {
font-size: 12px;
font-weight: 400px;
font-weight: 400;
animation: slide-in ease 0.3s;
}

Expand Down Expand Up @@ -369,7 +369,7 @@
&:hover {
.chat-message-top-actions {
opacity: 1;
right: 10px;
transform: translateX(10px);
pointer-events: all;
}
}
Expand Down Expand Up @@ -405,11 +405,12 @@
}

.chat-message-top-actions {
min-width: 120px;
font-size: 12px;
position: absolute;
right: 20px;
top: -26px;
left: 100px;
left: 30px;
transition: all ease 0.3s;
opacity: 0;
pointer-events: none;
Expand Down

0 comments on commit 846e323

Please sign in to comment.