mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-25 20:39:35 +08:00
feat: 配置栏旁新增一个全屏按钮
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user