Skip to content

Commit

Permalink
調整 collapse button 到右下角
Browse files Browse the repository at this point in the history
  • Loading branch information
joe committed May 15, 2023
1 parent fc977d2 commit 5a79496
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions js/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -1159,17 +1159,15 @@ function findGroupAndIndex(promptId) {
}
.collapse-button {
position: fixed;
top: 20px;
bottom: 0px;
right:0px;
transform: translateY(-50%);
display:none;
padding:10px;
cursor:pointer;
}
.collapse-button svg{
height:22px;
width:22px;
margin-right: 5px;
fill: black;
}
.dark .collapse-button svg{
Expand Down

0 comments on commit 5a79496

Please sign in to comment.