mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
layout fixes
This commit is contained in:
parent
85a9748291
commit
5af0ba1fcb
@ -6,7 +6,7 @@
|
|||||||
grid-template-areas: "header header"
|
grid-template-areas: "header header"
|
||||||
"left-pane title"
|
"left-pane title"
|
||||||
"left-pane note-detail";
|
"left-pane note-detail";
|
||||||
grid-template-columns: 2fr 5fr;
|
grid-template-columns: 29% 70%;
|
||||||
grid-template-rows: auto
|
grid-template-rows: auto
|
||||||
auto
|
auto
|
||||||
1fr;
|
1fr;
|
||||||
@ -61,8 +61,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
ul.fancytree-container {
|
ul.fancytree-container {
|
||||||
overflow: auto;
|
|
||||||
position: relative;
|
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -161,12 +159,21 @@ div.ui-tooltip {
|
|||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#tree {
|
||||||
|
overflow: auto;
|
||||||
|
flex-grow: 100;
|
||||||
|
flex-shrink: 100;
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
#parent-list {
|
#parent-list {
|
||||||
display: none;
|
display: none;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
border-top: 2px solid #eee;
|
border-top: 2px solid #eee;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
grid-area: parent-list;
|
grid-area: parent-list;
|
||||||
|
max-height: 300px;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#parent-list ul {
|
#parent-list ul {
|
||||||
|
@ -68,8 +68,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="tree" class="hide-toggle" style="overflow: auto; flex-grow: 100; flex-shrink: 100; margin-top: 10px;">
|
<div id="tree" class="hide-toggle"></div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="parent-list">
|
<div id="parent-list">
|
||||||
<p><strong>Note locations:</strong></p>
|
<p><strong>Note locations:</strong></p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user