This commit is contained in:
Oscar Plaisant
2024-03-28 23:43:36 +01:00
parent e5ada772ca
commit 9662f353ee
3454 changed files with 0 additions and 1000 deletions

26
.obsidian/snippets/breadcrumbs.css vendored Normal file
View File

@@ -0,0 +1,26 @@
/* BreadCrumbs top trail view */
/* view at the top of each file */
.BC-trail {
font-size: 20px;
width:10%;
/* make the height limited, but the content still visible with scrolling */
max-height: 15vh;
overflow: scroll;
}
.BC-trail::after {
content: "\a";
}
/* BreadCrumbs down pane (nested list of subconcepts) */
.BC-downs {
font-size: calc(max(55%, 0.8vw));
}
.BC-Matrix {
font-size: 70% !important;
}