summaryrefslogtreecommitdiffstats
path: root/g4f/gui/client/static/css/style.css
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2024-04-23 17:38:42 +0200
committerGitHub <noreply@github.com>2024-04-23 17:38:42 +0200
commit10f25fdcaf5bf74abc798c70d218ce481116c217 (patch)
treed0c06f94dd1c5be203fb02b95e22c51ff976be88 /g4f/gui/client/static/css/style.css
parentMerge pull request #1880 from Strvm/feat/credit_meta (diff)
parentAdd conversation title change in gui (diff)
downloadgpt4free-10f25fdcaf5bf74abc798c70d218ce481116c217.tar
gpt4free-10f25fdcaf5bf74abc798c70d218ce481116c217.tar.gz
gpt4free-10f25fdcaf5bf74abc798c70d218ce481116c217.tar.bz2
gpt4free-10f25fdcaf5bf74abc798c70d218ce481116c217.tar.lz
gpt4free-10f25fdcaf5bf74abc798c70d218ce481116c217.tar.xz
gpt4free-10f25fdcaf5bf74abc798c70d218ce481116c217.tar.zst
gpt4free-10f25fdcaf5bf74abc798c70d218ce481116c217.zip
Diffstat (limited to 'g4f/gui/client/static/css/style.css')
-rw-r--r--g4f/gui/client/static/css/style.css18
1 files changed, 16 insertions, 2 deletions
diff --git a/g4f/gui/client/static/css/style.css b/g4f/gui/client/static/css/style.css
index a28c9cd6..979f9f96 100644
--- a/g4f/gui/client/static/css/style.css
+++ b/g4f/gui/client/static/css/style.css
@@ -210,7 +210,9 @@ body {
.conversations .convo .fa-ellipsis-vertical {
position: absolute;
- right: 14px;
+ right: 8px;
+ width: 14px;
+ text-align: center;
}
.conversations .convo .choise {
@@ -224,6 +226,10 @@ body {
cursor: pointer;
}
+.bottom_buttons i {
+ width: 14px;
+}
+
.convo-title {
color: var(--colour-3);
font-size: 14px;
@@ -232,9 +238,17 @@ body {
overflow: hidden;
white-space: nowrap;
margin-right: 10px;
+ background-color: transparent;
+ border: 0;
+ width: 100%;
+}
+
+.convo-title:focus {
+ outline: 1px solid var(--colour-3) !important;
}
-.convo-title .datetime {
+.convo .datetime {
+ white-space: nowrap;
font-size: 10px;
}