summaryrefslogtreecommitdiffstats
path: root/g4f/gui/client/static/css
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2024-04-17 12:48:25 +0200
committerGitHub <noreply@github.com>2024-04-17 12:48:25 +0200
commit0b6601fb2e1b1013da5e94ec169eec594e865daf (patch)
tree1b7db8c0428bb59aac7b92872770265b9dc0d5ec /g4f/gui/client/static/css
parentMerge pull request #1846 from hlohaus/nem (diff)
parentAdd missing styling on phone (diff)
downloadgpt4free-0b6601fb2e1b1013da5e94ec169eec594e865daf.tar
gpt4free-0b6601fb2e1b1013da5e94ec169eec594e865daf.tar.gz
gpt4free-0b6601fb2e1b1013da5e94ec169eec594e865daf.tar.bz2
gpt4free-0b6601fb2e1b1013da5e94ec169eec594e865daf.tar.lz
gpt4free-0b6601fb2e1b1013da5e94ec169eec594e865daf.tar.xz
gpt4free-0b6601fb2e1b1013da5e94ec169eec594e865daf.tar.zst
gpt4free-0b6601fb2e1b1013da5e94ec169eec594e865daf.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;