mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-30 19:52:28 +08:00
style(client): improve background for full-width tab bar
This commit is contained in:
parent
91c4ea333e
commit
15b9f38439
@ -99,7 +99,7 @@ export default class DesktopLayout {
|
|||||||
return new RootContainer()
|
return new RootContainer()
|
||||||
.setParent(appContext)
|
.setParent(appContext)
|
||||||
.optChild(launcherPaneIsHorizontal, new FlexContainer('row')
|
.optChild(launcherPaneIsHorizontal, new FlexContainer('row')
|
||||||
.child(tabBar)
|
.child(tabBar.class("full-width"))
|
||||||
.css('height', '40px')
|
.css('height', '40px')
|
||||||
)
|
)
|
||||||
.optChild(launcherPaneIsHorizontal, launcherPane)
|
.optChild(launcherPaneIsHorizontal, launcherPane)
|
||||||
|
@ -55,6 +55,10 @@ const TAB_ROW_TPL = `
|
|||||||
background: var(--main-background-color);
|
background: var(--main-background-color);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tab-row-widget.full-width {
|
||||||
|
background: var(--launcher-pane-background-color);
|
||||||
|
}
|
||||||
|
|
||||||
.tab-row-widget * {
|
.tab-row-widget * {
|
||||||
box-sizing: inherit;
|
box-sizing: inherit;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user