mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +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) | ||||
|             .class((launcherPaneIsHorizontal ? "horizontal" : "vertical") + "-layout") | ||||
|             .optChild(launcherPaneIsHorizontal, new FlexContainer('row') | ||||
|                 .class("tab-row-container") | ||||
|                 .child(new TabRowWidget().class("full-width")) | ||||
|                 .child(new TitleBarButtonsWidget()) | ||||
|                 .css('height', '40px') | ||||
|   | ||||
| @@ -608,7 +608,8 @@ html body #left-pane .quick-search:focus-within .search-button:hover, | ||||
|     height: var(--tab-bar-height) !important; | ||||
| } | ||||
|  | ||||
| .tab-row-widget { | ||||
| .tab-row-widget, | ||||
| .tab-row-container { | ||||
|     background: transparent !important; | ||||
|     height: var(--tab-bar-height) !important; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user