cours/.obsidian/snippets/breadcrumbs.css
Oscar Plaisant 62f0313af1 update
2024-09-20 21:31:23 +02:00

33 lines
682 B
CSS

/* /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"; */
/* } */
/*/* BreadCrumbs down pane (nested list of subconcepts) */*/
/*.BC-downs {*/
/* font-size: calc(max(55%, 0.8vw));*/
/*}*/
/*.BC-Matrix {*/
/* font-size: 70% !important;*/
/* /* overflow: scroll; */*/
/* /* height:min-content; */*/
/*}*/
/*.BC-Matrix {*/
/* padding-bottom: 100pt !important;*/
/*}*/