Enhancement: consolidate management lists into document attributes section (#12045)

This commit is contained in:
shamoon
2026-02-13 09:36:12 -08:00
committed by GitHub
parent a467df0755
commit b050fab77f
32 changed files with 969 additions and 263 deletions

View File

@@ -177,6 +177,15 @@ main {
}
}
.attributes-row .attributes-expand-btn {
opacity: 0.2;
transition: opacity 0.15s ease-in-out;
}
.attributes-row:hover .attributes-expand-btn {
opacity: 1;
}
.sidebar-heading {
font-size: 0.75rem;
text-transform: uppercase;