mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-08-03 12:40:24 +08:00
fix a bug: I am considering replacing the 'class' attribute of the chatGptBox with the 'id' attribute because some unknown scripts in the Bing International search web page are automatically blocking elements with the 'class' attribute when they are prepended. However, elements with the 'id' attribute are not blocked. Therefore, the chatGptBox may disappear from the search page
This commit is contained in:
@@ -43,12 +43,12 @@
|
||||
margin-left: 60px;
|
||||
}
|
||||
|
||||
.chatgptbox-container * {
|
||||
.chatgptbox-container,#chatgptbox-container * {
|
||||
font-family: 'Cairo', sans-serif;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.chatgptbox-container {
|
||||
.chatgptbox-container,#chatgptbox-container {
|
||||
width: 100%;
|
||||
flex-basis: 0;
|
||||
flex-grow: 1;
|
||||
|
||||
Reference in New Issue
Block a user