mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
removed CSS contain from widgets
This commit is contained in:
@@ -71,7 +71,6 @@ export default class DesktopLayout {
|
||||
.command("showRecentChanges"))
|
||||
.child(new SpacerWidget(40, 0))
|
||||
.child(new FlexContainer("column")
|
||||
.overflowing()
|
||||
.id("plugin-buttons"))
|
||||
.child(new SpacerWidget(0, 1000))
|
||||
.child(new ProtectedSessionStatusWidget())
|
||||
@@ -87,7 +86,7 @@ export default class DesktopLayout {
|
||||
.child(new FlexContainer('column')
|
||||
.id('rest-pane')
|
||||
.css("flex-grow", "1")
|
||||
.child(new FlexContainer('row').overflowing()
|
||||
.child(new FlexContainer('row')
|
||||
.child(new TabRowWidget())
|
||||
.child(new TitleBarButtonsWidget())
|
||||
.css('height', '40px')
|
||||
@@ -103,7 +102,6 @@ export default class DesktopLayout {
|
||||
.child(new FlexContainer('row').class('title-row')
|
||||
.css('align-items: center;')
|
||||
.cssBlock('.title-row > * { margin: 5px; }')
|
||||
.overflowing()
|
||||
.child(new NoteIconWidget())
|
||||
.child(new NoteTitleWidget())
|
||||
.child(new SpacerWidget(0, 1))
|
||||
|
||||
Reference in New Issue
Block a user