feat: 配置栏旁新增一个全屏按钮

This commit is contained in:
lee
2020-10-10 01:02:49 +08:00
parent 0f46af9f6c
commit 13b0b37f8f
3 changed files with 28 additions and 2 deletions

View File

@@ -439,7 +439,17 @@ body {
}
#options #customize input#rule {
width: 40%;
width: 38%;
}
#options #customize img#expandBtn {
max-width: 15px;
cursor: pointer;
}
#options #customize img#expandBtn:hover {
filter: drop-shadow(0 0 5px black);
transition: 0.2s;
}
#options #customize input#scptarg {