diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-05-20 15:59:06 +0200 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-05-20 15:59:06 +0200 |
commit | 77a1f500a88a040aca5935510cce5e2356f652d2 (patch) | |
tree | 936bc18ad7bc053cedba9897d6032c032e5bb19f /g4f | |
parent | Merge pull request #1984 from hlohaus/leech (diff) | |
download | gpt4free-77a1f500a88a040aca5935510cce5e2356f652d2.tar gpt4free-77a1f500a88a040aca5935510cce5e2356f652d2.tar.gz gpt4free-77a1f500a88a040aca5935510cce5e2356f652d2.tar.bz2 gpt4free-77a1f500a88a040aca5935510cce5e2356f652d2.tar.lz gpt4free-77a1f500a88a040aca5935510cce5e2356f652d2.tar.xz gpt4free-77a1f500a88a040aca5935510cce5e2356f652d2.tar.zst gpt4free-77a1f500a88a040aca5935510cce5e2356f652d2.zip |
Diffstat (limited to 'g4f')
-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 |