mirror of
https://github.com/zadam/trilium.git
synced 2025-11-18 03:00:41 +01:00
feat(backend-log): set to full content width
This commit is contained in:
@@ -103,7 +103,8 @@ const HIDDEN_SUBTREE_DEFINITION: Item = {
|
|||||||
type: 'contentWidget',
|
type: 'contentWidget',
|
||||||
icon: 'bx-terminal',
|
icon: 'bx-terminal',
|
||||||
attributes: [
|
attributes: [
|
||||||
{ type: 'label', name: 'keepCurrentHoisting' }
|
{ type: 'label', name: 'keepCurrentHoisting' },
|
||||||
|
{ type: 'label', name: 'fullContentWidth' }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user