fix
This commit is contained in:
parent
5c9aa3a764
commit
9d36efb809
@ -4,7 +4,7 @@ slug = "term"
|
|||||||
date = "2023-12-23"
|
date = "2023-12-23"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
<iframe src="https://term.syui.ai" allowfullscreen frameborder="0" style="width:100%;height: 400px;"></iframe>
|
<iframe src="https://term.syui.ai" allowfullscreen frameborder="0" scrolling="no" style="width:100%;"></iframe>
|
||||||
|
|
||||||
|
|
||||||
<!--more-->
|
<!--more-->
|
||||||
|
@ -1130,3 +1130,24 @@ li.commit {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::-webkit-scrollbar {
|
||||||
|
width: 10px;
|
||||||
|
height: 10px;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
::-webkit-scrollbar-button:start:decrement,
|
||||||
|
::-webkit-scrollbar-button:end:increment {
|
||||||
|
height: 30px;
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
::-webkit-scrollbar-track-piece {
|
||||||
|
background-color: #3b3b3b;
|
||||||
|
-webkit-border-radius: 16px;
|
||||||
|
}
|
||||||
|
::-webkit-scrollbar-thumb:vertical {
|
||||||
|
height: 50px;
|
||||||
|
background-color: #666;
|
||||||
|
border: 1px solid #eee;
|
||||||
|
-webkit-border-radius: 6px;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user