summaryrefslogtreecommitdiffstats
path: root/g4f/gui/client/css/style.css
diff options
context:
space:
mode:
authorunknown <alexey.verb.04@gmail.com>2023-10-27 22:35:10 +0200
committerunknown <alexey.verb.04@gmail.com>2023-10-27 22:35:10 +0200
commit03dc8532f9c83edcec0214f83445028f4766cf6f (patch)
tree0a2db6292a95c632ecd98f2a82fdca0b6d8021bd /g4f/gui/client/css/style.css
parent~ | g4f `v-0.1.7.8` (diff)
downloadgpt4free-03dc8532f9c83edcec0214f83445028f4766cf6f.tar
gpt4free-03dc8532f9c83edcec0214f83445028f4766cf6f.tar.gz
gpt4free-03dc8532f9c83edcec0214f83445028f4766cf6f.tar.bz2
gpt4free-03dc8532f9c83edcec0214f83445028f4766cf6f.tar.lz
gpt4free-03dc8532f9c83edcec0214f83445028f4766cf6f.tar.xz
gpt4free-03dc8532f9c83edcec0214f83445028f4766cf6f.tar.zst
gpt4free-03dc8532f9c83edcec0214f83445028f4766cf6f.zip
Diffstat (limited to 'g4f/gui/client/css/style.css')
-rw-r--r--g4f/gui/client/css/style.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/g4f/gui/client/css/style.css b/g4f/gui/client/css/style.css
index 59efeda0..c494de3a 100644
--- a/g4f/gui/client/css/style.css
+++ b/g4f/gui/client/css/style.css
@@ -260,6 +260,32 @@ body {
z-index: 10000;
}
+.message .assistant{
+ max-width: 48px;
+ max-height: 48px;
+ flex-shrink: 0;
+}
+
+.message .assistant img {
+ width: 100%;
+ height: 100%;
+ object-fit: cover;
+ border-radius: 8px;
+ outline: 1px solid var(--blur-border);
+}
+
+.message .assistant:after {
+ content: "63";
+ position: absolute;
+ bottom: 0;
+ right: 0;
+ height: 60%;
+ width: 60%;
+ background: var(--colour-3);
+ filter: blur(10px) opacity(0.5);
+ z-index: 10000;
+}
+
.message .content {
display: flex;
flex-direction: column;
@@ -280,6 +306,13 @@ body {
z-index: 1000;
}
+.message .assistant i {
+ position: absolute;
+ bottom: -6px;
+ right: -6px;
+ z-index: 1000;
+}
+
.new_convo {
padding: 8px 12px;
display: flex;