diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-05-15 02:27:51 +0200 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-05-15 02:27:51 +0200 |
commit | 59fcf9d2d3be66c5988731f8e8ffa707d01c6539 (patch) | |
tree | 5329c60685eca0a15d86ff1d3193fee25eb864ca /g4f/gui/client/static/css/style.css | |
parent | Merge pull request #1934 from krishna2206/main (diff) | |
download | gpt4free-59fcf9d2d3be66c5988731f8e8ffa707d01c6539.tar gpt4free-59fcf9d2d3be66c5988731f8e8ffa707d01c6539.tar.gz gpt4free-59fcf9d2d3be66c5988731f8e8ffa707d01c6539.tar.bz2 gpt4free-59fcf9d2d3be66c5988731f8e8ffa707d01c6539.tar.lz gpt4free-59fcf9d2d3be66c5988731f8e8ffa707d01c6539.tar.xz gpt4free-59fcf9d2d3be66c5988731f8e8ffa707d01c6539.tar.zst gpt4free-59fcf9d2d3be66c5988731f8e8ffa707d01c6539.zip |
Diffstat (limited to 'g4f/gui/client/static/css/style.css')
-rw-r--r-- | g4f/gui/client/static/css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g4f/gui/client/static/css/style.css b/g4f/gui/client/static/css/style.css index 979f9f96..01bc17fa 100644 --- a/g4f/gui/client/static/css/style.css +++ b/g4f/gui/client/static/css/style.css @@ -381,7 +381,8 @@ body { } .message .count .fa-clipboard, -.message .count .fa-volume-high { +.message .count .fa-volume-high, +.message .count .fa-rotate { z-index: 1000; cursor: pointer; } |