mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	feat(mobile): improve fixed tree layout
This commit is contained in:
		| @@ -1423,12 +1423,23 @@ body.mobile #launcher-pane .dropdown.global-menu > .dropdown-menu.show { | |||||||
|         width: 100vw; |         width: 100vw; | ||||||
|         transform: none !important; |         transform: none !important; | ||||||
|         background-color: var(--left-pane-background-color) !important; |         background-color: var(--left-pane-background-color) !important; | ||||||
|  |         border-bottom: 0.5px solid var(--main-border-color); | ||||||
|  |     } | ||||||
|  |  | ||||||
|  |     body.mobile.force-fixed-tree #mobile-sidebar-container { | ||||||
|  |         display: none !important; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     body.mobile.force-fixed-tree #mobile-sidebar-wrapper .quick-search { |     body.mobile.force-fixed-tree #mobile-sidebar-wrapper .quick-search { | ||||||
|         display: none; |         display: none; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|  |     body.mobile.force-fixed-tree .component > button.bx-sidebar { | ||||||
|  |         visibility: hidden; | ||||||
|  |         padding: 0; | ||||||
|  |         width: 6px; | ||||||
|  |     } | ||||||
|  |  | ||||||
|     body.mobile.force-fixed-tree #mobile-rest-container { |     body.mobile.force-fixed-tree #mobile-rest-container { | ||||||
|         flex-direction: column !important; |         flex-direction: column !important; | ||||||
|     }  |     }  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user