Skip to content

Commit 44a445e

Browse files
committed
format
1 parent 19f1062 commit 44a445e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/content-script/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ async function mountComponent(siteConfig, userConfig) {
6262
e.remove()
6363
})
6464
const container = document.createElement('div')
65-
container.id='chatgptbox-container'
65+
container.id = 'chatgptbox-container'
6666
render(
6767
<DecisionCard
6868
session={initSession()}

src/content-script/styles.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,14 @@
4343
margin-left: 60px;
4444
}
4545

46-
.chatgptbox-container,#chatgptbox-container * {
46+
.chatgptbox-container,
47+
#chatgptbox-container * {
4748
font-family: 'Cairo', sans-serif;
4849
font-size: 14px;
4950
}
5051

51-
.chatgptbox-container,#chatgptbox-container {
52+
.chatgptbox-container,
53+
#chatgptbox-container {
5254
width: 100%;
5355
flex-basis: 0;
5456
flex-grow: 1;

0 commit comments

Comments
 (0)