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

This commit is contained in:
binary-husky 2023-09-23 23:59:30 +08:00
commit 8ba6fc062e

View File

@ -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%);
}