diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-04-23 05:44:49 +0200 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-04-23 05:44:49 +0200 |
commit | cb695f58e881e67387852688c109d6e5c1fe5b8e (patch) | |
tree | 071f1ea973babf61730f2bab80358458c8fa394e /g4f | |
parent | Merge pull request #1880 from Strvm/feat/credit_meta (diff) | |
download | gpt4free-cb695f58e881e67387852688c109d6e5c1fe5b8e.tar gpt4free-cb695f58e881e67387852688c109d6e5c1fe5b8e.tar.gz gpt4free-cb695f58e881e67387852688c109d6e5c1fe5b8e.tar.bz2 gpt4free-cb695f58e881e67387852688c109d6e5c1fe5b8e.tar.lz gpt4free-cb695f58e881e67387852688c109d6e5c1fe5b8e.tar.xz gpt4free-cb695f58e881e67387852688c109d6e5c1fe5b8e.tar.zst gpt4free-cb695f58e881e67387852688c109d6e5c1fe5b8e.zip |
Diffstat (limited to 'g4f')
-rw-r--r-- | g4f/gui/client/static/css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/gui/client/static/css/style.css b/g4f/gui/client/static/css/style.css index a28c9cd6..dd829a1a 100644 --- a/g4f/gui/client/static/css/style.css +++ b/g4f/gui/client/static/css/style.css @@ -222,6 +222,7 @@ body { .conversations i, .bottom_buttons i { color: var(--conversations); cursor: pointer; + width: 14px; } .convo-title { |