mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-11 23:50:06 +01:00
switch to treefmt module
This commit is contained in:
parent
319912f5f2
commit
c70834ccb9
4 changed files with 66 additions and 48 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue