diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-03-13 17:52:48 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-03-13 17:52:48 +0100 |
commit | 13f1275ca307d77542708c83066ef2fe86f6284a (patch) | |
tree | fbca675486633937b2c94fde11bc5c2b17a4c24d /g4f/gui/client/css/style.css | |
parent | Merge pull request #1684 from hlohaus/retry (diff) | |
download | gpt4free-13f1275ca307d77542708c83066ef2fe86f6284a.tar gpt4free-13f1275ca307d77542708c83066ef2fe86f6284a.tar.gz gpt4free-13f1275ca307d77542708c83066ef2fe86f6284a.tar.bz2 gpt4free-13f1275ca307d77542708c83066ef2fe86f6284a.tar.lz gpt4free-13f1275ca307d77542708c83066ef2fe86f6284a.tar.xz gpt4free-13f1275ca307d77542708c83066ef2fe86f6284a.tar.zst gpt4free-13f1275ca307d77542708c83066ef2fe86f6284a.zip |
Diffstat (limited to 'g4f/gui/client/css/style.css')
-rw-r--r-- | g4f/gui/client/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/g4f/gui/client/css/style.css b/g4f/gui/client/css/style.css index 17f3e4b3..045eae99 100644 --- a/g4f/gui/client/css/style.css +++ b/g4f/gui/client/css/style.css @@ -106,6 +106,10 @@ body { border: 1px solid var(--blur-border); } +.hidden { + display: none; +} + .conversations { max-width: 260px; padding: var(--section-gap); |