switch to treefmt module

This commit is contained in:
Bryton Hall 2023-07-06 22:36:37 -04:00
parent 319912f5f2
commit c70834ccb9
4 changed files with 66 additions and 48 deletions

View file

@ -46,7 +46,7 @@ details {
}
&[open] summary:before {
@include arrow(45deg);
@include arrow(45deg);
}
.table-container {
@ -59,7 +59,8 @@ details {
width: calc(100% - 1px);
}
table, tbody {
table,
tbody {
// fill entire width
margin: 0 !important;
@ -101,13 +102,13 @@ aside.book-menu span {
.source {
position: relative;
.filename {
position: absolute;
right: 0px;
margin: 0;
line-height: 0;
font-size: 0.8rem;
background-color: transparent;
color: #d8dee9;
position: absolute;
right: 0px;
margin: 0;
line-height: 0;
font-size: 0.8rem;
background-color: transparent;
color: #d8dee9;
}
}
@ -115,4 +116,4 @@ aside.book-menu span {
.listing {
position: absolute;
bottom: 10px;
}
}