mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 09:45:52 +01:00
- Add editBranchPrefixCommand in note_tree.ts to support F2 keyboard shortcut with multi-selection - Extract CSS to separate branch_prefix.css file - Remove hard-coded color, use CSS class instead - Fix translation key usage to keep t() calls visible in IDE - Remove all inline styles Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com>
14 lines
262 B
CSS
14 lines
262 B
CSS
.branch-prefix-dialog .branch-prefix-notes-list {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.branch-prefix-dialog .branch-prefix-notes-list ul {
|
|
max-height: 200px;
|
|
overflow: auto;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.branch-prefix-dialog .branch-prefix-current {
|
|
opacity: 0.6;
|
|
}
|