mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
progress
This commit is contained in:
parent
416d733510
commit
49c0d3199d
@ -12,15 +12,18 @@ import ProtectedNoteSwitchWidget from "./protected_note_switch.js";
|
||||
import RunScriptButtonsWidget from "./run_script_buttons.js";
|
||||
|
||||
const TPL = `
|
||||
<div>
|
||||
<div class="note-title-container">
|
||||
<style>
|
||||
.note-title {
|
||||
.note-title-container {
|
||||
flex-grow: 100;
|
||||
}
|
||||
|
||||
.note-title-container input.note-title {
|
||||
margin-left: 15px;
|
||||
margin-right: 10px;
|
||||
font-size: 150%;
|
||||
border: 0;
|
||||
width: 5em;
|
||||
flex-grow: 100;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
@ -1,15 +1,11 @@
|
||||
import TabAwareWidget from "./tab_aware_widget.js";
|
||||
import protectedSessionService from "../services/protected_session.js";
|
||||
import protectedSessionHolder from "../services/protected_session_holder.js";
|
||||
|
||||
const TPL = `
|
||||
<div>
|
||||
<button class="btn btn-sm icon-button bx bx-play-circle render-button"
|
||||
style="display: none; margin-right: 10px;"
|
||||
title="Render"></button>
|
||||
|
||||
<button class="btn btn-sm icon-button bx bx-play-circle execute-script-button"
|
||||
style="display: none; margin-right: 10px;"
|
||||
title="Execute (Ctrl+Enter)"></button>
|
||||
</div>`;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user