mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 13:01:31 +08:00 
			
		
		
		
	style(client): improve background for full-width tab bar
This commit is contained in:
		
							parent
							
								
									91c4ea333e
								
							
						
					
					
						commit
						15b9f38439
					
				| @ -99,7 +99,7 @@ export default class DesktopLayout { | ||||
|         return new RootContainer() | ||||
|             .setParent(appContext) | ||||
|             .optChild(launcherPaneIsHorizontal, new FlexContainer('row') | ||||
|                 .child(tabBar) | ||||
|                 .child(tabBar.class("full-width")) | ||||
|                 .css('height', '40px') | ||||
|             ) | ||||
|             .optChild(launcherPaneIsHorizontal, launcherPane) | ||||
|  | ||||
| @ -55,6 +55,10 @@ const TAB_ROW_TPL = ` | ||||
|         background: var(--main-background-color); | ||||
|         overflow: hidden; | ||||
|     } | ||||
| 
 | ||||
|     .tab-row-widget.full-width { | ||||
|         background: var(--launcher-pane-background-color); | ||||
|     } | ||||
|      | ||||
|     .tab-row-widget * { | ||||
|         box-sizing: inherit; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran