opt: reduce code

This commit is contained in:
KOWX712
2025-03-02 04:06:17 +08:00
parent 93e2e8c8ba
commit c20e8cde1f
15 changed files with 156 additions and 343 deletions

View File

@@ -21,6 +21,7 @@
border-radius: 15px;
display: flex;
flex-direction: column;
position: relative;
overflow: hidden;
}
@@ -55,7 +56,7 @@
border: none;
font-size: 20px;
color: #ccc;
padding: 5px;
padding: 0 5px;
}
.file-list {
@@ -83,7 +84,7 @@
.file-item svg {
margin-right: 10px;
fill: #6E6E6E;
fill: #ccc;
}
.file-item span {
@@ -114,8 +115,4 @@
.back-button {
fill: #C2C2C2;
}
.file-item svg {
fill: #C2C2C2;
}
}