mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
layout tweaks
This commit is contained in:
parent
642bf9d113
commit
2a54ce803e
@ -9,7 +9,7 @@ const TPL = `
|
|||||||
.note-paths-widget {
|
.note-paths-widget {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
padding: 5px 10px 5px 10px;
|
padding: 12px 10px 5px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.note-path-list a.current {
|
.note-path-list a.current {
|
||||||
|
@ -52,21 +52,21 @@ const TPL = `
|
|||||||
.collapse-tree-button {
|
.collapse-tree-button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
right: 70px;
|
right: 80px;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scroll-to-active-note-button {
|
.scroll-to-active-note-button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
right: 35px;
|
right: 45px;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tree-settings-button {
|
.tree-settings-button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
right: 0px;
|
right: 10px;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -78,7 +78,7 @@ const TPL = `
|
|||||||
padding: 20px;
|
padding: 20px;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
width: 320px;
|
width: 320px;
|
||||||
border-radius: 10px 0 10px 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.fancytree-container {
|
ul.fancytree-container {
|
||||||
@ -223,7 +223,7 @@ export default class NoteTreeWidget extends TabAwareWidget {
|
|||||||
|
|
||||||
let top = this.$treeSettingsButton[0].offsetTop;
|
let top = this.$treeSettingsButton[0].offsetTop;
|
||||||
let left = this.$treeSettingsButton[0].offsetLeft;
|
let left = this.$treeSettingsButton[0].offsetLeft;
|
||||||
top -= this.$treeSettingsPopup.outerHeight();
|
top -= this.$treeSettingsPopup.outerHeight() + 10;
|
||||||
left += this.$treeSettingsButton.outerWidth() - this.$treeSettingsPopup.outerWidth();
|
left += this.$treeSettingsButton.outerWidth() - this.$treeSettingsPopup.outerWidth();
|
||||||
|
|
||||||
if (left < 0) {
|
if (left < 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user