mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 03:29:02 +01:00 
			
		
		
		
	style(next): fix tab height on horizontal layout
This commit is contained in:
		
							parent
							
								
									8988d93ff0
								
							
						
					
					
						commit
						6e90b5c6a0
					
				| @ -101,7 +101,7 @@ export default class DesktopLayout { | ||||
|             .optChild(launcherPaneIsHorizontal, new FlexContainer('row')                | ||||
|                 .child(new TabRowWidget().class("full-width")) | ||||
|                 .child(new TitleBarButtonsWidget()) | ||||
|                 .css('height', '40px') | ||||
|                 .css('height', '50px') | ||||
|                 .css('background-color', 'var(--launcher-pane-background-color)') | ||||
|                 .setParent(appContext) | ||||
|             ) | ||||
| @ -120,7 +120,7 @@ export default class DesktopLayout { | ||||
|                     .optChild(!launcherPaneIsHorizontal, new FlexContainer('row') | ||||
|                         .child(new TabRowWidget()) | ||||
|                         .child(new TitleBarButtonsWidget()) | ||||
|                         .css('height', '40px') | ||||
|                         .css('height', '50px') | ||||
|                     ) | ||||
|                     .child(new FlexContainer('row') | ||||
|                         .filling() | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran