镜像自地址
https://github.com/binary-husky/gpt_academic.git
已同步 2025-12-06 14:36:48 +00:00
better scrollbar
这个提交包含在:
@@ -50,3 +50,25 @@
|
|||||||
gap: 4px;
|
gap: 4px;
|
||||||
padding-block: 2px !important;
|
padding-block: 2px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Scrollbar Width */
|
||||||
|
::-webkit-scrollbar {
|
||||||
|
width: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Scrollbar Track */
|
||||||
|
::-webkit-scrollbar-track {
|
||||||
|
background: #f1f1f1;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Scrollbar Handle */
|
||||||
|
::-webkit-scrollbar-thumb {
|
||||||
|
background: #888;
|
||||||
|
border-radius: 12px; /* Round the edges of the thumb */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Scrollbar Handle on hover */
|
||||||
|
::-webkit-scrollbar-thumb:hover {
|
||||||
|
background: #555;
|
||||||
|
}
|
||||||
在新工单中引用
屏蔽一个用户