summaryrefslogtreecommitdiffstats
path: root/g4f
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2024-05-20 16:22:10 +0200
committerGitHub <noreply@github.com>2024-05-20 16:22:10 +0200
commite4b3b2692ed79b598557fa7cdff4983f75348db1 (patch)
tree40ec18570055263fd8e4ed25cc08940146deb615 /g4f
parentMerge pull request #1985 from anonymousx97/patch-1 (diff)
parentImprove async client readme, Fix print styling, Add image api example (diff)
downloadgpt4free-e4b3b2692ed79b598557fa7cdff4983f75348db1.tar
gpt4free-e4b3b2692ed79b598557fa7cdff4983f75348db1.tar.gz
gpt4free-e4b3b2692ed79b598557fa7cdff4983f75348db1.tar.bz2
gpt4free-e4b3b2692ed79b598557fa7cdff4983f75348db1.tar.lz
gpt4free-e4b3b2692ed79b598557fa7cdff4983f75348db1.tar.xz
gpt4free-e4b3b2692ed79b598557fa7cdff4983f75348db1.tar.zst
gpt4free-e4b3b2692ed79b598557fa7cdff4983f75348db1.zip
Diffstat (limited to 'g4f')
-rw-r--r--g4f/gui/client/static/css/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/g4f/gui/client/static/css/style.css b/g4f/gui/client/static/css/style.css
index e8ed0a6f..f3a4708d 100644
--- a/g4f/gui/client/static/css/style.css
+++ b/g4f/gui/client/static/css/style.css
@@ -1143,4 +1143,7 @@ a:-webkit-any-link {
.message .user {
display: none;
}
+ .message.regenerate {
+ opacity: 1;
+ }
} \ No newline at end of file