mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-12-25 04:01:52 +03:00
Update index.html
This commit is contained in:
parent
a9f16aea69
commit
408e7a127d
@ -41,39 +41,6 @@
|
||||
const user_image = '<img src="/static/img/user.png" alt="your avatar">';
|
||||
const gpt_image = '<img src="/static/img/gpt.png" alt="your avatar">';
|
||||
</script>
|
||||
<style>
|
||||
.hljs {
|
||||
color: #e9e9f4;
|
||||
background: #28293629;
|
||||
border-radius: var(--border-radius-1);
|
||||
border: 1px solid var(--blur-border);
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
#message-input {
|
||||
height: 82px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
#message-input::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
/* Track */
|
||||
#message-input::-webkit-scrollbar-track {
|
||||
background: #f1f1f1;
|
||||
}
|
||||
|
||||
/* Handle */
|
||||
#message-input::-webkit-scrollbar-thumb {
|
||||
background: #c7a2ff;
|
||||
}
|
||||
|
||||
/* Handle on hover */
|
||||
#message-input::-webkit-scrollbar-thumb:hover {
|
||||
background: #8b3dff;
|
||||
}
|
||||
</style>
|
||||
<script src="/static/js/highlight.min.js"></script>
|
||||
<script>window.conversation_id = "{{chat_id}}"</script>
|
||||
<title>g4f - gui</title>
|
||||
|
Loading…
Reference in New Issue
Block a user