vault backup: 2025-03-07 22:23:38

This commit is contained in:
SeedList
2025-03-07 22:23:38 +08:00
parent 3354593ec6
commit 14f468632b
43 changed files with 1 additions and 44432 deletions

View File

@ -1,33 +0,0 @@
.trash-modal-button {
margin-left: 5px;
margin-right: 5px;
}
/* this is the confirm button so it should be separated */
.trash-modal-button:last-of-type {
float: right;
}
.trash-modal-file-links {
overflow-y: scroll;
max-height: 30vw;
margin: 1vw;
}
.trash-modal-link {
color: var(--text-accent);
text-decoration: underline;
cursor: pointer;
}
.trash-modal-link:hover {
color: var(--text-accent-hover, var(--text-accent));
}
.nuke-orphans-pass {
color: lightgreen !important;
}
.nuke-orphans-fail {
color: red !important;
}