update
This commit is contained in:
30
.obsidian/snippets/breadcrumbs.css
vendored
30
.obsidian/snippets/breadcrumbs.css
vendored
@@ -1,17 +1,17 @@
|
||||
|
||||
/* 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;
|
||||
}
|
||||
/* /1* BreadCrumbs top trail view *1/ */
|
||||
/* /1* view at the top of each file *1/ */
|
||||
/* .BC-trail { */
|
||||
/* font-size: 20px; */
|
||||
/* width:10%; */
|
||||
/* /1* make the height limited, but the content still visible with scrolling *1/ */
|
||||
/* max-height: 15vh; */
|
||||
/* overflow: scroll; */
|
||||
/* } */
|
||||
|
||||
.BC-trail::after {
|
||||
content: "\a";
|
||||
}
|
||||
/* .BC-trail::after { */
|
||||
/* content: "\a"; */
|
||||
/* } */
|
||||
|
||||
/* BreadCrumbs down pane (nested list of subconcepts) */
|
||||
.BC-downs {
|
||||
@@ -21,6 +21,12 @@
|
||||
|
||||
.BC-Matrix {
|
||||
font-size: 70% !important;
|
||||
/* overflow: scroll; */
|
||||
/* height:min-content; */
|
||||
}
|
||||
|
||||
.BC-Matrix {
|
||||
padding-bottom: 100pt !important;
|
||||
}
|
||||
|
||||
|
||||
|
2
.obsidian/snippets/custom_callouts.css
vendored
2
.obsidian/snippets/custom_callouts.css
vendored
@@ -4,7 +4,7 @@
|
||||
/* ┗━┛┗━╸ ╹ ╹ ┗━╸╹┗╸ ╹ ╹╹ ╹╹┗╸┗━┛╹╹ ╹┗━┛ */
|
||||
.callout {
|
||||
/* padding: 5px; */
|
||||
--callout-padding: var(--size-4-2) var(--size-4-3) var(--size-4-1) var(--size-4-4);
|
||||
--callout-padding: var(--size-4-1) var(--size-4-3) var(--size-4-1) var(--size-4-1);
|
||||
|
||||
}
|
||||
.callout-content > p,
|
||||
|
Reference in New Issue
Block a user