summaryrefslogtreecommitdiffstats
path: root/g4f/gui/client/static/css
diff options
context:
space:
mode:
authorHeiner Lohaus <hlohaus@users.noreply.github.com>2024-04-17 12:07:04 +0200
committerHeiner Lohaus <hlohaus@users.noreply.github.com>2024-04-17 12:07:04 +0200
commita82021fecda973801ddecdef40f44cfe09fdfd48 (patch)
tree3034e2d58aea5285d893f98bd1886ebd7b097a89 /g4f/gui/client/static/css
parentFix style.css (diff)
downloadgpt4free-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.css10
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;