mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	style(next): improve tab height on horizontal further
This commit is contained in:
		| @@ -100,6 +100,7 @@ export default class DesktopLayout { | |||||||
|             .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; | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user