mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 09:58:32 +02:00
make edit button visible for empty readonly notes, fixes #1760
This commit is contained in:
parent
4e21d12202
commit
1aa5349628
@ -5,6 +5,7 @@ const TPL = `
|
||||
<style>
|
||||
.note-detail-read-only-code {
|
||||
position: relative;
|
||||
min-height: 50px;
|
||||
}
|
||||
|
||||
.note-detail-read-only-code-content {
|
||||
|
@ -25,6 +25,7 @@ const TPL = `
|
||||
padding-top: 10px;
|
||||
font-family: var(--detail-text-font-family);
|
||||
position: relative;
|
||||
min-height: 50px;
|
||||
}
|
||||
|
||||
.note-detail-readonly-text p:first-child, .note-detail-readonly-text::before {
|
||||
|
Loading…
x
Reference in New Issue
Block a user