mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 11:02:28 +08:00
fix(native-buttons): double left pane toggle widget
This commit is contained in:
parent
9d98c4a661
commit
cd8c596bef
@ -102,7 +102,7 @@ export default class DesktopLayout {
|
||||
.optChild(fullWidthTabBar, new FlexContainer('row')
|
||||
.class("tab-row-container")
|
||||
.child(new FlexContainer( "row").id("tab-row-left-spacer"))
|
||||
.child(new LeftPaneToggleWidget(true))
|
||||
.optChild(launcherPaneIsHorizontal, new LeftPaneToggleWidget(true))
|
||||
.child(new TabRowWidget().class("full-width"))
|
||||
.css('height', '40px')
|
||||
.css('background-color', 'var(--launcher-pane-background-color)')
|
||||
|
Loading…
x
Reference in New Issue
Block a user