Skip to content

Commit 1e0e2ba

Browse files
committed
1 parent 32e167c commit 1e0e2ba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

chatgpt/duckduckgpt/duckduckgpt.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@
264264
window.app = {
265265
version: GM_info.script.version, chatgptjsVer: /chatgpt\.js@([\d.]+)/.exec(GM_info.scriptMetaStr)[1],
266266
commitHashes: {
267-
app: '2babed', // for cached <app|messages>.json
268-
aiweb: '435d5ea' // for cached ai-chat-apis.json5 + <code-languages|katex-delimiters|sogou-tts-lang-codes>.json
267+
app: '8cd32a6', // for cached <app|messages>.json
268+
aiweb: 'e6263d7' // for cached ai-chat-apis.json5 + <code-languages|katex-delimiters|sogou-tts-lang-codes>.json
269269
},
270270
config: {}
271271
}
@@ -2660,7 +2660,7 @@
26602660
[class*=-modal-bg] {
26612661
pointer-events: auto ; /* override any disabling from site modals */
26622662
position: fixed ; top: 0 ; left: 0 ; width: 100% ; height: 100% ; /* expand to full view-port */
2663-
display: flex ; justify-content: center ; align-items: center ; z-index: 9999 ; /* align */
2663+
display: flex !important ; justify-content: center ; align-items: center ; z-index: 9999 ; /* align */
26642664
transition: var(--bg-transition) ; /* dim */
26652665
-webkit-transition: var(--bg-transition) ; -moz-transition: var(--bg-transition) ;
26662666
-o-transition: var(--bg-transition) ; -ms-transition: var(--bg-transition) }

0 commit comments

Comments
 (0)