new: Add directory progress tracking style

This commit is contained in:
2025-01-10 09:27:18 +08:00
parent 3495b54c3f
commit 01554db559
2 changed files with 36 additions and 21 deletions

View File

@@ -130,6 +130,12 @@ tr, th, td {
padding-left: 50px;
}
.active a {
color: var(--primary-color);
transform: scale(1.2);
font-weight: bold;
}
.image-preview-wrap {
position: fixed;
top: 0;