diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-04-20 10:43:53 +0200 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-04-20 10:43:53 +0200 |
commit | 932d3a3ca092756cc3025e427fabf9ab674350fc (patch) | |
tree | c26601230c54c3c1a932fb9a249cd49751193237 /g4f/gui/client/static/css | |
parent | Merge pull request #1862 from hlohaus/nem (diff) | |
download | gpt4free-932d3a3ca092756cc3025e427fabf9ab674350fc.tar gpt4free-932d3a3ca092756cc3025e427fabf9ab674350fc.tar.gz gpt4free-932d3a3ca092756cc3025e427fabf9ab674350fc.tar.bz2 gpt4free-932d3a3ca092756cc3025e427fabf9ab674350fc.tar.lz gpt4free-932d3a3ca092756cc3025e427fabf9ab674350fc.tar.xz gpt4free-932d3a3ca092756cc3025e427fabf9ab674350fc.tar.zst gpt4free-932d3a3ca092756cc3025e427fabf9ab674350fc.zip |
Diffstat (limited to 'g4f/gui/client/static/css')
-rw-r--r-- | g4f/gui/client/static/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/gui/client/static/css/style.css b/g4f/gui/client/static/css/style.css index c0279bc2..a28c9cd6 100644 --- a/g4f/gui/client/static/css/style.css +++ b/g4f/gui/client/static/css/style.css @@ -890,7 +890,7 @@ a:-webkit-any-link { resize: vertical; max-height: 200px; - min-height: 80px; + min-height: 100px; } /* style for hljs copy */ |