返回提交历史
Modified
g4f/gui/client/index.html
+0
-33
XFEstudio/gpt4free
Update index.html
408e7a12
代码差异
1 个文件
+0
-33
@@ -41,39 +41,6 @@
41
41
const user_image = '<img src="/static/img/user.png" alt="your avatar">';
42
42
const gpt_image = '<img src="/static/img/gpt.png" alt="your avatar">';
43
43
</script>
44
<style>
45
.hljs {
46
color: #e9e9f4;
47
background: #28293629;
48
border-radius: var(--border-radius-1);
49
border: 1px solid var(--blur-border);
50
font-size: 15px;
51
}
52
53
#message-input {
54
height: 82px;
55
margin-left: 20px;
56
}
57
58
#message-input::-webkit-scrollbar {
59
width: 5px;
60
}
61
62
/* Track */
63
#message-input::-webkit-scrollbar-track {
64
background: #f1f1f1;
65
}
66
67
/* Handle */
68
#message-input::-webkit-scrollbar-thumb {
69
background: #c7a2ff;
70
}
71
72
/* Handle on hover */
73
#message-input::-webkit-scrollbar-thumb:hover {
74
background: #8b3dff;
75
}
76
</style>
77
44
<script src="/static/js/highlight.min.js"></script>
78
45
<script>window.conversation_id = "{{chat_id}}"</script>
79
46
<title>g4f - gui</title>