File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ function ConversationCard(props) {
196
196
} }
197
197
/>
198
198
) : (
199
- < img src = { logo } width = "20" height = "20" style = "margin:5px 15px 0px;user-select:none;" />
199
+ < img src = { logo } style = "margin:5px 15px 0px;user-select:none;width:20px;height:20px ;" />
200
200
) }
201
201
{ props . draggable ? (
202
202
< div className = "dragbar" />
@@ -225,7 +225,7 @@ function ConversationCard(props) {
225
225
< span
226
226
title = "Save Conversation"
227
227
className = "gpt-util-icon"
228
- style = "margin:15px 15px 10px ;"
228
+ style = "margin:15px;"
229
229
onClick = { ( ) => {
230
230
let output = ''
231
231
session . conversationRecords . forEach ( ( data ) => {
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ function FloatingToolbar(props) {
143
143
return (
144
144
< div data-theme = { config . themeMode } >
145
145
< div className = "chatgptbox-selection-toolbar" >
146
- < img src = { logo } width = "24" height = "24" style = "user-select:none;" />
146
+ < img src = { logo } style = "user-select:none;width:24px;height:24px ;" />
147
147
{ tools }
148
148
</ div >
149
149
</ div >
Original file line number Diff line number Diff line change 44
44
45
45
.chatgptbox-container * {
46
46
font-family : ' Cairo' , sans-serif ;
47
+ font-size : 14px ;
47
48
}
48
49
49
50
.chatgptbox-container {
153
154
align-items : center ;
154
155
margin-bottom : 5px ;
155
156
color : var (--font-color );
157
+ height : 50px ;
156
158
157
159
p {
158
160
font-weight : bold ;
You can’t perform that action at this time.
0 commit comments