mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-06-28 16:44:59 +08:00
style: floating toolbar compatibility (#222)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -253,7 +253,7 @@
|
||||
}
|
||||
|
||||
.chatgptbox-selection-toolbar-button {
|
||||
margin-left: 2px;
|
||||
margin: 0 2px 0 0;
|
||||
padding: 2px;
|
||||
border-radius: 30px;
|
||||
background-color: #ffffff;
|
||||
|
||||
Reference in New Issue
Block a user