更新内置篡改猴脚本到0.1.1版本。
parent
28fc746799
commit
fe8cb16d4f
|
@ -65,7 +65,7 @@
|
|||
let cssContent = `
|
||||
.___ds-tampermonkey___{
|
||||
position: fixed;
|
||||
right: 11px;
|
||||
right: 10px;
|
||||
top: 30%;
|
||||
z-index: 9999;
|
||||
width: 36px;
|
||||
|
@ -129,11 +129,15 @@
|
|||
height: 0;
|
||||
position: absolute;
|
||||
top: 11px;
|
||||
left: 37px;
|
||||
left: 36px;
|
||||
cursor: pointer;
|
||||
border-top: 7px solid transparent;
|
||||
border-bottom: 7px solid transparent;
|
||||
border-left: 10px solid #665c5c;
|
||||
display: none;
|
||||
}
|
||||
.___ds-tampermonkey___:hover .___ds-arrow___{
|
||||
display: block;
|
||||
}
|
||||
.___ds-tampermonkey-hide___ .___ds-arrow___{
|
||||
border-top: 7px solid transparent;
|
||||
|
@ -141,6 +145,7 @@
|
|||
border-right: 10px solid #665c5c;
|
||||
border-left: 0;
|
||||
left: 0;
|
||||
display: block;
|
||||
}
|
||||
`;
|
||||
// 如果有自定义样式,则添加到 CSS 内容中
|
||||
|
|
Loading…
Reference in New Issue