mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-04 14:41:42 +08:00
style(next): improve tab height on horizontal further
This commit is contained in:
parent
921f216872
commit
0ea4171b1b
@ -99,7 +99,8 @@ export default class DesktopLayout {
|
|||||||
return new RootContainer(launcherPaneIsHorizontal)
|
return new RootContainer(launcherPaneIsHorizontal)
|
||||||
.setParent(appContext)
|
.setParent(appContext)
|
||||||
.class((launcherPaneIsHorizontal ? "horizontal" : "vertical") + "-layout")
|
.class((launcherPaneIsHorizontal ? "horizontal" : "vertical") + "-layout")
|
||||||
.optChild(launcherPaneIsHorizontal, new FlexContainer('row')
|
.optChild(launcherPaneIsHorizontal, new FlexContainer('row')
|
||||||
|
.class("tab-row-container")
|
||||||
.child(new TabRowWidget().class("full-width"))
|
.child(new TabRowWidget().class("full-width"))
|
||||||
.child(new TitleBarButtonsWidget())
|
.child(new TitleBarButtonsWidget())
|
||||||
.css('height', '40px')
|
.css('height', '40px')
|
||||||
|
@ -608,7 +608,8 @@ html body #left-pane .quick-search:focus-within .search-button:hover,
|
|||||||
height: var(--tab-bar-height) !important;
|
height: var(--tab-bar-height) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-row-widget {
|
.tab-row-widget,
|
||||||
|
.tab-row-container {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
height: var(--tab-bar-height) !important;
|
height: var(--tab-bar-height) !important;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user