fix style (#315)

This commit is contained in:
josc146
2023-05-08 19:47:17 +08:00
parent 5c96c0bd15
commit 96b9f4efb0
+1 -1
View File
@@ -139,7 +139,7 @@ function FloatingToolbar(props) {
<div className="chatgptbox-selection-toolbar">
<img
src={logo}
style="user-select:none;width:24px;height:24px;background:rgba(0,0,0,0);"
style="user-select:none;width:24px;height:24px;background:rgba(0,0,0,0);filter:none;"
/>
{tools}
</div>