From 3a93af311b55253106bb8a473bb78e992660c0b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 15 Dec 2024 15:24:55 +0000 Subject: [PATCH] update default_config.json --- dist/default_config.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/dist/default_config.json b/dist/default_config.json index 8a0d315..a16821b 100644 --- a/dist/default_config.json +++ b/dist/default_config.json @@ -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;" @@ -12674,6 +12678,6 @@ ] } ], - "buildinConfigUpdatedAt": "2024-12-15T07:01:22.000Z", + "buildinConfigUpdatedAt": "2024-12-15T15:24:55.511Z", "latestVersion": "1.12.3" }