This commit is contained in:
2025-10-22 22:13:54 +02:00
parent 9e44354ef0
commit b63d46a78e
331 changed files with 352530 additions and 3 deletions

29
.obsidian/snippets/wide-dashboard.css vendored Normal file
View File

@@ -0,0 +1,29 @@
/* Wide layout only for notes with cssclass: wide-dashboard */
.wide-dashboard .markdown-source-view,
.wide-dashboard .markdown-preview-view {
max-width: 100% !important;
width: 100% !important;
padding-left: 1rem;
padding-right: 1rem;
}
/* Make Dataview and Columns plugin blocks span full width */
.wide-dashboard .dataviewjs-rendered,
.wide-dashboard .markdown-preview-section {
max-width: 100% !important;
width: 100% !important;
}
/* Optional: reduce padding/margins for tighter dashboard look */
.wide-dashboard .markdown-preview-view {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
/* Columns plugin fine-tuning */
.wide-dashboard .callout[data-callout="col"] {
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
}