diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-01-13 18:12:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-13 18:12:21 +0100 |
commit | 691fac6db61cf91afbe9abe45e8bd3d47f985e01 (patch) | |
tree | fd1ddf447d186ee5e4c8977e5b937e4161392b4c /g4f/gui/client/css | |
parent | Merge pull request #1465 from hlohaus/upp (diff) | |
parent | Fix process_image in Bing (diff) | |
download | gpt4free-691fac6db61cf91afbe9abe45e8bd3d47f985e01.tar gpt4free-691fac6db61cf91afbe9abe45e8bd3d47f985e01.tar.gz gpt4free-691fac6db61cf91afbe9abe45e8bd3d47f985e01.tar.bz2 gpt4free-691fac6db61cf91afbe9abe45e8bd3d47f985e01.tar.lz gpt4free-691fac6db61cf91afbe9abe45e8bd3d47f985e01.tar.xz gpt4free-691fac6db61cf91afbe9abe45e8bd3d47f985e01.tar.zst gpt4free-691fac6db61cf91afbe9abe45e8bd3d47f985e01.zip |
Diffstat (limited to 'g4f/gui/client/css')
-rw-r--r-- | g4f/gui/client/css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/gui/client/css/style.css b/g4f/gui/client/css/style.css index 59464272..2d4c9857 100644 --- a/g4f/gui/client/css/style.css +++ b/g4f/gui/client/css/style.css @@ -566,6 +566,7 @@ select { animation: blink 0.8s infinite; width: 7px; height: 15px; + display: inline-block; } @keyframes blink { |