mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 16:55:50 +01:00
changed layout a little bit to fix broken children overview in the electron/chrome
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user