Skip to content

Commit

Permalink
style: floating toolbar compatibility (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
josStorer committed Apr 17, 2023
1 parent 1fd1e98 commit 7070132
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/components/FloatingToolbar/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,10 @@ function FloatingToolbar(props) {
return (
<div data-theme={config.themeMode}>
<div className="chatgptbox-selection-toolbar">
<img src={logo} style="user-select:none;width:24px;height:24px;" />
<img
src={logo}
style="user-select:none;width:24px;height:24px;background:rgba(0,0,0,0);"
/>
{tools}
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/content-script/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
}

.chatgptbox-selection-toolbar-button {
margin-left: 2px;
margin: 0 2px 0 0;
padding: 2px;
border-radius: 30px;
background-color: #ffffff;
Expand Down

0 comments on commit 7070132

Please sign in to comment.