Merge branch 'frontier' of github.com:binary-husky/chatgpt_academic into frontier
This commit is contained in:
commit
8ba6fc062e
@ -54,21 +54,32 @@
|
|||||||
|
|
||||||
/* Scrollbar Width */
|
/* Scrollbar Width */
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 12px;
|
width: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Scrollbar Track */
|
/* Scrollbar Track */
|
||||||
::-webkit-scrollbar-track {
|
::-webkit-scrollbar-track {
|
||||||
background: #f1f1f1;
|
background: #f1f1f1;
|
||||||
|
border-radius: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Scrollbar Handle */
|
/* Scrollbar Handle */
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
background: #888;
|
background: #888;
|
||||||
border-radius: 12px; /* Round the edges of the thumb */
|
border-radius: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Scrollbar Handle on hover */
|
/* Scrollbar Handle on hover */
|
||||||
::-webkit-scrollbar-thumb:hover {
|
::-webkit-scrollbar-thumb:hover {
|
||||||
background: #555;
|
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%);
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user