This commit is contained in:
josc146
2023-04-26 21:45:42 +08:00
parent 19f10628b6
commit 44a445e947
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ async function mountComponent(siteConfig, userConfig) {
e.remove()
})
const container = document.createElement('div')
container.id='chatgptbox-container'
container.id = 'chatgptbox-container'
render(
<DecisionCard
session={initSession()}
+4 -2
View File
@@ -43,12 +43,14 @@
margin-left: 60px;
}
.chatgptbox-container,#chatgptbox-container * {
.chatgptbox-container,
#chatgptbox-container * {
font-family: 'Cairo', sans-serif;
font-size: 14px;
}
.chatgptbox-container,#chatgptbox-container {
.chatgptbox-container,
#chatgptbox-container {
width: 100%;
flex-basis: 0;
flex-grow: 1;