mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 19:19:03 +01:00 
			
		
		
		
	style(next): improve status bar on tablet mode
This commit is contained in:
		
							parent
							
								
									a1acb69976
								
							
						
					
					
						commit
						a3ac2629e9
					
				| @ -122,6 +122,7 @@ export default class MobileLayout { | |||||||
|             ) |             ) | ||||||
|             .child(new FlexContainer("row") |             .child(new FlexContainer("row") | ||||||
|                 .filling() |                 .filling() | ||||||
|  |                 .id("mobile-rest-container") | ||||||
|                 .child(new SidebarContainer("tree", 'column') |                 .child(new SidebarContainer("tree", 'column') | ||||||
|                     .class("d-sm-flex d-md-flex d-lg-flex d-xl-flex col-12 col-sm-5 col-md-4 col-lg-3 col-xl-3") |                     .class("d-sm-flex d-md-flex d-lg-flex d-xl-flex col-12 col-sm-5 col-md-4 col-lg-3 col-xl-3") | ||||||
|                     .id("mobile-sidebar-wrapper") |                     .id("mobile-sidebar-wrapper") | ||||||
|  | |||||||
| @ -19,6 +19,16 @@ | |||||||
|     background-color: var(--root-background); |     background-color: var(--root-background); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | @media (min-width: 992px) { | ||||||
|  |     body.mobile #root-widget { | ||||||
|  |         background-color: var(--launcher-pane-background-color); | ||||||
|  |     } | ||||||
|  | 
 | ||||||
|  |     body.mobile #mobile-rest-container { | ||||||
|  |         background-color: var(--root-background); | ||||||
|  |     } | ||||||
|  | } | ||||||
|  | 
 | ||||||
| body { | body { | ||||||
|     --native-titlebar-darwin-x-offset: 10; |     --native-titlebar-darwin-x-offset: 10; | ||||||
|     --native-titlebar-darwin-y-offset: 17 !important; |     --native-titlebar-darwin-y-offset: 17 !important; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran