mirror of
https://github.com/zhayujie/bot-on-anything.git
synced 2026-02-22 16:37:50 +08:00
Create 1.css
This commit is contained in:
@@ -17,6 +17,17 @@ ol,pre {
|
||||
padding: 0.5rem 1.5rem 0.5rem;
|
||||
color: black;
|
||||
border-radius: 10px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
pre::-webkit-scrollbar{
|
||||
width: 0px;
|
||||
height:5px;
|
||||
}
|
||||
pre::-webkit-scrollbar-thumb{
|
||||
border-right: 10px #ffffff00 solid;
|
||||
border-left: 10px #ffffff00 solid;
|
||||
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
|
||||
}
|
||||
.to .typing_loader {
|
||||
animation: typing-black 1s linear infinite alternate;
|
||||
|
||||
Reference in New Issue
Block a user