Skip to content

Commit

Permalink
update default_config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 15, 2024
1 parent 8e541af commit 3a93af3
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions dist/default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11861,14 +11861,18 @@
"extraInlineSelectors.add": [
".auto-content",
".auto-content *",
".font-display .prose",
".font-display .prose *"
"#chat-messages > .group:first-child .prose *",
"#chat-messages > .group:not(:first-child) .font-display *"
],
"atomicBlockSelectors.add": [
".auto-content",
".auto-content *",
".font-display .prose",
".font-display .prose *"
"#chat-messages > .group:first-child .prose *",
"#chat-messages > .group:not(:first-child) .font-display *"
],
"injectedCss.add": [
".immersive-translate-target-wrapper br {display:none;}",
"[imt-state=dual] .prose p {margin:0;}"
],
"globalStyles.add": {
".swiper,.rah-static,[class*=max-h],.line-clamp-1": "overflow:scroll;-webkit-line-clamp:unset;"
Expand Down Expand Up @@ -12674,6 +12678,6 @@
]
}
],
"buildinConfigUpdatedAt": "2024-12-15T07:01:22.000Z",
"buildinConfigUpdatedAt": "2024-12-15T15:24:55.511Z",
"latestVersion": "1.12.3"
}

0 comments on commit 3a93af3

Please sign in to comment.