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

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 {