vault backup (): 13-05-2026 00:27

Files Changed: 352
Too many files to list
This commit is contained in:
2026-05-13 00:27:01 +02:00
parent e30063976c
commit e3d2847288
352 changed files with 367932 additions and 2 deletions
+29
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;
}