mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
small changes in the toolbar
This commit is contained in:
parent
5bffba4e2f
commit
e8ed913374
@ -42,7 +42,7 @@ const attributesDialog = (function() {
|
|||||||
dialogEl.dialog({
|
dialogEl.dialog({
|
||||||
modal: true,
|
modal: true,
|
||||||
width: 800,
|
width: 800,
|
||||||
height: 700
|
height: 500
|
||||||
});
|
});
|
||||||
|
|
||||||
attributesModel.loadAttributes();
|
attributesModel.loadAttributes();
|
||||||
|
@ -108,7 +108,7 @@ span.fancytree-active:not(.fancytree-focused) .fancytree-title {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#header-title {
|
#header-title {
|
||||||
padding: 5px 50px 5px 10px;
|
padding: 5px 20px 5px 10px;
|
||||||
font-size: large;
|
font-size: large;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
<button class="btn btn-xs" onclick="jumpToNote.showDialog();" title="CTRL+J">Jump to note</button>
|
<button class="btn btn-xs" onclick="jumpToNote.showDialog();" title="CTRL+J">Jump to note</button>
|
||||||
<button class="btn btn-xs" onclick="recentNotes.showDialog();" title="CTRL+E">Recent notes</button>
|
<button class="btn btn-xs" onclick="recentNotes.showDialog();" title="CTRL+E">Recent notes</button>
|
||||||
<button class="btn btn-xs" onclick="recentChanges.showDialog();">Recent changes</button>
|
<button class="btn btn-xs" onclick="recentChanges.showDialog();">Recent changes</button>
|
||||||
<button class="btn btn-xs" onclick="eventLog.showDialog();">Event log</button>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="plugin-buttons">
|
<div id="plugin-buttons">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user