Minor fix CSS height
This commit is contained in:
parent
88743898fe
commit
9681bd26d5
@ -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;
|
grid-template-rows: min-content /* header */ min-content /* crumbs */ min-content /* child-nodes */ min-content /* name */ min-content /* content */ min-content /* files */ 1fr;
|
||||||
/* blank */
|
/* blank */
|
||||||
color: #fff;
|
color: #fff;
|
||||||
height: 100%;
|
min-height: 100%;
|
||||||
}
|
}
|
||||||
.layout-tree-only {
|
.layout-tree-only {
|
||||||
display: grid;
|
display: grid;
|
||||||
@ -455,7 +455,7 @@ header .menu {
|
|||||||
grid-template-rows: min-content /* header */ 1fr;
|
grid-template-rows: min-content /* header */ 1fr;
|
||||||
/* blank */
|
/* blank */
|
||||||
color: #fff;
|
color: #fff;
|
||||||
height: 100%;
|
min-height: 100%;
|
||||||
}
|
}
|
||||||
.layout-tree-only #crumbs {
|
.layout-tree-only #crumbs {
|
||||||
display: none;
|
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;
|
grid-template-rows: min-content /* header */ min-content /* crumbs */ min-content /* child-nodes */ min-content /* name */ min-content /* content */ min-content /* files */ 1fr;
|
||||||
/* blank */
|
/* blank */
|
||||||
color: #fff;
|
color: #fff;
|
||||||
height: 100%;
|
min-height: 100%;
|
||||||
}
|
}
|
||||||
#app.node.toggle-tree {
|
#app.node.toggle-tree {
|
||||||
grid-template-areas: "header" "crumbs" "child-nodes" "name" "content" "files" "blank";
|
grid-template-areas: "header" "crumbs" "child-nodes" "name" "content" "files" "blank";
|
||||||
@ -555,7 +555,7 @@ header .menu {
|
|||||||
grid-template-rows: min-content /* header */ 1fr;
|
grid-template-rows: min-content /* header */ 1fr;
|
||||||
/* blank */
|
/* blank */
|
||||||
color: #fff;
|
color: #fff;
|
||||||
height: 100%;
|
min-height: 100%;
|
||||||
}
|
}
|
||||||
#app.node.toggle-tree #crumbs {
|
#app.node.toggle-tree #crumbs {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -535,7 +535,7 @@ header {
|
|||||||
min-content /* files */
|
min-content /* files */
|
||||||
1fr; /* blank */
|
1fr; /* blank */
|
||||||
color: #fff;
|
color: #fff;
|
||||||
height: 100%;
|
min-height: 100%;
|
||||||
}// }}}
|
}// }}}
|
||||||
.layout-tree-only {// {{{
|
.layout-tree-only {// {{{
|
||||||
display: grid;
|
display: grid;
|
||||||
@ -548,7 +548,7 @@ header {
|
|||||||
min-content /* header */
|
min-content /* header */
|
||||||
1fr; /* blank */
|
1fr; /* blank */
|
||||||
color: #fff;
|
color: #fff;
|
||||||
height: 100%;
|
min-height: 100%;
|
||||||
|
|
||||||
#crumbs { display: none }
|
#crumbs { display: none }
|
||||||
.child-nodes { display: none }
|
.child-nodes { display: none }
|
||||||
|
Loading…
Reference in New Issue
Block a user