mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
icons for render & toggle edit since text titles caused unwanted horizontal scrolling in smaller window sizes
This commit is contained in:
parent
0e69f0c079
commit
c8c533844e
BIN
src/public/images/icons/edit.png
Normal file
BIN
src/public/images/icons/edit.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 312 B |
BIN
src/public/images/icons/play-20.png
Normal file
BIN
src/public/images/icons/play-20.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 288 B |
@ -115,14 +115,38 @@
|
||||
|
||||
<span id="note-id-display" title="Note ID"></span>
|
||||
|
||||
<div>
|
||||
<span style="font-size: smaller">Protected:</span>
|
||||
<button class="btn btn-sm"
|
||||
style="display: none; margin-right: 10px; padding: 4px;"
|
||||
title="Toggle edit"
|
||||
id="toggle-edit-button">
|
||||
<img src="/images/icons/edit.png" alt="Toggle edit"/>
|
||||
</button>
|
||||
|
||||
<div class="btn-group btn-group-xs">
|
||||
<button type="button" class="btn" id="protect-button" title="Protected note can be viewed and edited only after entering password">
|
||||
<button class="btn btn-sm"
|
||||
style="display: none; margin-right: 10px; padding: 4px;"
|
||||
title="Render (Ctrl+Enter)"
|
||||
id="render-button">
|
||||
<img src="/images/icons/play-20.png" alt="Render"/>
|
||||
</button>
|
||||
|
||||
<button class="btn btn-sm"
|
||||
style="display: none; margin-right: 10px"
|
||||
id="execute-script-button">Execute <kbd>Ctrl+Enter</kbd></button>
|
||||
|
||||
<div>
|
||||
<div class="btn-group btn-group-sm">
|
||||
<button type="button"
|
||||
class="btn"
|
||||
id="protect-button"
|
||||
title="Protected note can be viewed and edited only after entering password"
|
||||
style="padding: 4px;">
|
||||
<img src="/images/icons/shield.png"/>
|
||||
</button>
|
||||
<button type="button" class="btn" id="unprotect-button" title="Not protected note can be viewed without entering password">
|
||||
<button type="button"
|
||||
class="btn"
|
||||
id="unprotect-button"
|
||||
title="Not protected note can be viewed without entering password"
|
||||
style="padding: 4px;">
|
||||
<img src="/images/icons/shield-off.png"/>
|
||||
</button>
|
||||
</div>
|
||||
@ -130,18 +154,6 @@
|
||||
|
||||
|
||||
|
||||
<button class="btn btn-sm"
|
||||
style="display: none; margin-right: 10px"
|
||||
id="toggle-edit-button">Toggle edit</button>
|
||||
|
||||
<button class="btn btn-sm"
|
||||
style="display: none; margin-right: 10px"
|
||||
id="render-button">Render <kbd>Ctrl+Enter</kbd></button>
|
||||
|
||||
<button class="btn btn-sm"
|
||||
style="display: none; margin-right: 10px"
|
||||
id="execute-script-button">Execute <kbd>Ctrl+Enter</kbd></button>
|
||||
|
||||
<div class="dropdown" id="note-type" data-bind="visible: type() != 'search'">
|
||||
<button data-bind="disable: isDisabled()" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="btn btn-sm">
|
||||
Type: <span data-bind="text: typeString()"></span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user