mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
small changes in the toolbar
This commit is contained in:
parent
5bffba4e2f
commit
e8ed913374
@ -42,7 +42,7 @@ const attributesDialog = (function() {
|
||||
dialogEl.dialog({
|
||||
modal: true,
|
||||
width: 800,
|
||||
height: 700
|
||||
height: 500
|
||||
});
|
||||
|
||||
attributesModel.loadAttributes();
|
||||
|
@ -108,7 +108,7 @@ span.fancytree-active:not(.fancytree-focused) .fancytree-title {
|
||||
}
|
||||
|
||||
#header-title {
|
||||
padding: 5px 50px 5px 10px;
|
||||
padding: 5px 20px 5px 10px;
|
||||
font-size: large;
|
||||
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="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="eventLog.showDialog();">Event log</button>
|
||||
</div>
|
||||
|
||||
<div id="plugin-buttons">
|
||||
|
Loading…
x
Reference in New Issue
Block a user