Files
Notes/.obsidian/snippets/no-properties.css
2025-10-22 22:13:54 +02:00

6 lines
123 B
CSS

/* Hide the Properties section only on the homepage */
.no-properties .metadata-container {
display: none !important;
}