mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 11:39:01 +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')                |             .optChild(launcherPaneIsHorizontal, new FlexContainer('row')                | ||||||
|                 .child(new TabRowWidget().class("full-width")) |                 .child(new TabRowWidget().class("full-width")) | ||||||
|                 .child(new TitleBarButtonsWidget()) |                 .child(new TitleBarButtonsWidget()) | ||||||
|                 .css('height', '40px') |                 .css('height', '50px') | ||||||
|                 .css('background-color', 'var(--launcher-pane-background-color)') |                 .css('background-color', 'var(--launcher-pane-background-color)') | ||||||
|                 .setParent(appContext) |                 .setParent(appContext) | ||||||
|             ) |             ) | ||||||
| @ -120,7 +120,7 @@ export default class DesktopLayout { | |||||||
|                     .optChild(!launcherPaneIsHorizontal, new FlexContainer('row') |                     .optChild(!launcherPaneIsHorizontal, new FlexContainer('row') | ||||||
|                         .child(new TabRowWidget()) |                         .child(new TabRowWidget()) | ||||||
|                         .child(new TitleBarButtonsWidget()) |                         .child(new TitleBarButtonsWidget()) | ||||||
|                         .css('height', '40px') |                         .css('height', '50px') | ||||||
|                     ) |                     ) | ||||||
|                     .child(new FlexContainer('row') |                     .child(new FlexContainer('row') | ||||||
|                         .filling() |                         .filling() | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran