编辑器外观调整,添加全屏按钮

This commit is contained in:
fofolee
2024-12-19 12:57:04 +08:00
parent 45780a2e0c
commit b00048e5ec
4 changed files with 225 additions and 43 deletions

View File

@@ -62,18 +62,6 @@ body {
background: #676666;
}
.commandLogo {
cursor: pointer;
transition: 0.2s;
filter: drop-shadow(2px 1px 1px grey);
}
.commandLogo:hover {
transition: 0.5s;
transform: translateY(-5px);
filter: drop-shadow(2px 1px 5px grey);
}
::-webkit-scrollbar {
width: 6px;
height: 6px;