Minor fix CSS height
This commit is contained in:
parent
88743898fe
commit
9681bd26d5
2 changed files with 6 additions and 6 deletions
|
|
@ -535,7 +535,7 @@ header {
|
|||
min-content /* files */
|
||||
1fr; /* blank */
|
||||
color: #fff;
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
}// }}}
|
||||
.layout-tree-only {// {{{
|
||||
display: grid;
|
||||
|
|
@ -548,7 +548,7 @@ header {
|
|||
min-content /* header */
|
||||
1fr; /* blank */
|
||||
color: #fff;
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
|
||||
#crumbs { display: none }
|
||||
.child-nodes { display: none }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue