mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 12:55:55 +01:00
layout fixes
This commit is contained in:
@@ -35,7 +35,7 @@ export default class Layout {
|
||||
parent => new TitleBarButtonsWidget(parent)
|
||||
]),
|
||||
parent => new StandardTopWidget(parent),
|
||||
parent => new FlexContainer(parent, { 'flex-direction': 'row', 'overflow': 'hidden' }, [
|
||||
parent => new FlexContainer(parent, { 'flex-direction': 'row', 'min-height': '0' }, [
|
||||
parent => new SidePaneContainer(parent, 'left', [
|
||||
parent => new GlobalButtonsWidget(parent),
|
||||
parent => new SearchBoxWidget(parent),
|
||||
|
||||
Reference in New Issue
Block a user