mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
changed layout a little bit to fix broken children overview in the electron/chrome
This commit is contained in:
parent
bdcb4361b2
commit
6cb7d0098e
@ -77,9 +77,12 @@ body {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
flex-basis: content;
|
flex-basis: content;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.note-detail-component {
|
.note-detail-component {
|
||||||
|
flex-grow: 100;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -344,11 +347,11 @@ div.ui-tooltip {
|
|||||||
#children-overview {
|
#children-overview {
|
||||||
flex-grow: 1000;
|
flex-grow: 1000;
|
||||||
flex-shrink: 1000;
|
flex-shrink: 1000;
|
||||||
flex-basis: 0px;
|
flex-basis: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
align-content: flex-start;
|
align-content: flex-start;
|
||||||
height: 100px;
|
height: 110px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -18,9 +18,9 @@
|
|||||||
<% include image.ejs %>
|
<% include image.ejs %>
|
||||||
|
|
||||||
<% include relation_map.ejs %>
|
<% include relation_map.ejs %>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="children-overview"></div>
|
<div id="children-overview"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="attribute-list">
|
<div id="attribute-list">
|
||||||
<button class="btn btn-sm show-attributes-button">Attributes:</button>
|
<button class="btn btn-sm show-attributes-button">Attributes:</button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user