mirror of
https://github.com/zadam/trilium.git
synced 2025-01-31 03:19:11 +08:00
better layout for history
This commit is contained in:
parent
da17bc6370
commit
55667d052f
1 changed files with 3 additions and 3 deletions
|
@ -159,13 +159,13 @@
|
|||
|
||||
<div id="noteHistoryDialog" title="Note history" style="display: none;">
|
||||
<div style="display: flex;">
|
||||
<select id="noteHistoryList" size="25" style="flex-grow: 1; height: 630px;">
|
||||
<select id="noteHistoryList" size="25" style="flex-grow: 2; height: 630px;">
|
||||
</select>
|
||||
|
||||
<div id="noteHistoryContentWrapper" style="flex-grow: 3; margin-left: 20px;">
|
||||
<h1 id="noteHistoryTitle" style="margin-top: 5px;"></h1>
|
||||
<h3 id="noteHistoryTitle" style="margin: 3px;"></h3>
|
||||
|
||||
<div id="noteHistoryContent"></div>
|
||||
<div id="noteHistoryContent" style="height: 600px; overflow: auto;"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue