diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-05-20 16:22:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-20 16:22:10 +0200 |
commit | e4b3b2692ed79b598557fa7cdff4983f75348db1 (patch) | |
tree | 40ec18570055263fd8e4ed25cc08940146deb615 /g4f | |
parent | Merge pull request #1985 from anonymousx97/patch-1 (diff) | |
parent | Improve async client readme, Fix print styling, Add image api example (diff) | |
download | gpt4free-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 '')
-rw-r--r-- | g4f/gui/client/static/css/style.css | 3 |
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 |