mirror of
https://github.com/zadam/trilium.git
synced 2025-01-01 12:52:17 +08:00
note ID in lower right corner
This commit is contained in:
parent
15958d06a9
commit
c8f456d228
2 changed files with 8 additions and 3 deletions
|
@ -229,4 +229,11 @@ div.ui-tooltip {
|
|||
|
||||
.CodeMirror {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#note-id-display {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
bottom: 5px;
|
||||
z-index: 1000;
|
||||
}
|
|
@ -96,7 +96,7 @@
|
|||
<span id="note-id-display" title="Note ID"></span>
|
||||
|
||||
<div class="dropdown" style="margin-left: 10px; margin-right: 10px;">
|
||||
<button id="dLabel" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="btn btn-xs">
|
||||
<button id="dLabel" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="btn btn-sm">
|
||||
Note actions
|
||||
<span class="caret"></span>
|
||||
</button>
|
||||
|
@ -106,8 +106,6 @@
|
|||
<li><a onclick="noteSource.showDialog();"><kbd>Ctrl+U</kbd> HTML source</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!--<button class="btn btn-xs" title="ALT+H" onclick="noteHistory.showCurrentNoteHistory();">Note history</button>-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue