1
0

vault backup: 2025-12-20 11:21:04
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 1m44s

This commit is contained in:
2025-12-20 11:21:04 +01:00
parent 9ccb1fbbde
commit ffe0b5c693
69 changed files with 13109 additions and 2831 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{
"id": "manual-sorting",
"name": "Manual Sorting",
"version": "3.1.0",
"version": "3.2.1",
"minAppVersion": "0.15.0",
"description": "Drag'n'Drop sorting within file explorer.",
"author": "kh4f",

View File

@@ -46,11 +46,12 @@
@media (pointer: coarse) {
.tree-item-self:not(.temp)::after {
content: "⋮⋮";
content: "⋮⋮";
position: absolute;
rotate: 90deg;
right: 12px;
align-self: center;
font-size: calc(var(--nav-item-size)+2px);
font-size: calc(var(--nav-item-size) + 2px);
opacity: 0.4;
}
}
@@ -61,7 +62,7 @@
to { background-position: 8px 0; }
}
.menu-item[data-section="customOrder"] {
.menu-item[data-section="custom"] {
.menu-item-icon:first-child { display: flex; }
.dragging-enabled-checkbox {

View File

@@ -19,7 +19,7 @@
"syncMethod": "rebase",
"customMessageOnAutoBackup": false,
"autoBackupAfterFileChange": true,
"treeStructure": true,
"treeStructure": false,
"refreshSourceControl": true,
"basePath": "",
"differentIntervalCommitAndPush": false,