mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-14 11:15:11 +08:00
format
This commit is contained in:
@@ -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()}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user