Merge branch 'frontier' of github.com:binary-husky/chatgpt_academic into frontier

这个提交包含在:
binary-husky
2023-09-23 23:59:30 +08:00
当前提交 8ba6fc062e

查看文件

@@ -60,15 +60,26 @@ width: 12px;
/* Scrollbar Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 12px;
}
/* Scrollbar Handle */
::-webkit-scrollbar-thumb {
background: #888;
border-radius: 12px; /* Round the edges of the thumb */
border-radius: 12px;
}
/* Scrollbar Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}
/* input btns: clear, reset, stop */
#input-panel button {
min-width: min(80px, 100%);
}
/* input btns: clear, reset, stop */
#input-panel2 button {
min-width: min(80px, 100%);
}