Minor fix CSS height

This commit is contained in:
Magnus Åhall 2023-07-20 07:45:01 +02:00
parent 88743898fe
commit 9681bd26d5
2 changed files with 6 additions and 6 deletions

View file

@ -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 }