diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-04-17 12:07:04 +0200 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-04-17 12:07:04 +0200 |
commit | a82021fecda973801ddecdef40f44cfe09fdfd48 (patch) | |
tree | 3034e2d58aea5285d893f98bd1886ebd7b097a89 /g4f/gui/client/static/css | |
parent | Fix style.css (diff) | |
download | gpt4free-a82021fecda973801ddecdef40f44cfe09fdfd48.tar gpt4free-a82021fecda973801ddecdef40f44cfe09fdfd48.tar.gz gpt4free-a82021fecda973801ddecdef40f44cfe09fdfd48.tar.bz2 gpt4free-a82021fecda973801ddecdef40f44cfe09fdfd48.tar.lz gpt4free-a82021fecda973801ddecdef40f44cfe09fdfd48.tar.xz gpt4free-a82021fecda973801ddecdef40f44cfe09fdfd48.tar.zst gpt4free-a82021fecda973801ddecdef40f44cfe09fdfd48.zip |
Diffstat (limited to 'g4f/gui/client/static/css')
-rw-r--r-- | g4f/gui/client/static/css/style.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/g4f/gui/client/static/css/style.css b/g4f/gui/client/static/css/style.css index 2f1043b2..c0279bc2 100644 --- a/g4f/gui/client/static/css/style.css +++ b/g4f/gui/client/static/css/style.css @@ -838,6 +838,11 @@ ul { transform: rotate(360deg); } +.settings h3 { + padding-left: 10px; + padding-top: 10px; +} + @media screen and (max-width: 990px) { .conversations { display: none; @@ -1107,11 +1112,6 @@ a:-webkit-any-link { overflow: auto; } -.settings h3 { - padding-left: 10px; - padding-top: 10px; -} - .settings .paper { flex-direction: column; min-width: 400px; |