Skip to content

Commit

Permalink
feat: change the util component of code block to default semi-transpa…
Browse files Browse the repository at this point in the history
…rent, and become opaque when hovering (#183)
  • Loading branch information
josStorer committed Apr 10, 2023
1 parent 56349a7 commit db514fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/content-script/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@
position: absolute;
right: 10px;
top: 3px;
transition: opacity 0.3s;
opacity: 0.2;
}

.code-corner-util:hover {
opacity: 1;
}

.gpt-util-group {
Expand Down

0 comments on commit db514fc

Please sign in to comment.