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

@ -446,7 +446,7 @@ header .menu {
grid-template-rows: min-content /* header */ min-content /* crumbs */ min-content /* child-nodes */ min-content /* name */ min-content /* content */ min-content /* files */ 1fr;
/* blank */
color: #fff;
height: 100%;
min-height: 100%;
}
.layout-tree-only {
display: grid;
@ -455,7 +455,7 @@ header .menu {
grid-template-rows: min-content /* header */ 1fr;
/* blank */
color: #fff;
height: 100%;
min-height: 100%;
}
.layout-tree-only #crumbs {
display: none;
@ -527,7 +527,7 @@ header .menu {
grid-template-rows: min-content /* header */ min-content /* crumbs */ min-content /* child-nodes */ min-content /* name */ min-content /* content */ min-content /* files */ 1fr;
/* blank */
color: #fff;
height: 100%;
min-height: 100%;
}
#app.node.toggle-tree {
grid-template-areas: "header" "crumbs" "child-nodes" "name" "content" "files" "blank";
@ -555,7 +555,7 @@ header .menu {
grid-template-rows: min-content /* header */ 1fr;
/* blank */
color: #fff;
height: 100%;
min-height: 100%;
}
#app.node.toggle-tree #crumbs {
display: none;

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 }