mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 13:01:31 +08:00 
			
		
		
		
	feat(zen): hide most UI elements
This commit is contained in:
		
							parent
							
								
									5c81627112
								
							
						
					
					
						commit
						f93eef28f3
					
				| @ -1644,3 +1644,24 @@ body.electron.platform-darwin:not(.native-titlebar) .tab-row-container { | |||||||
|     box-shadow: 0px 10px 20px rgba(0, 0, 0, var(--dropdown-shadow-opacity)); |     box-shadow: 0px 10px 20px rgba(0, 0, 0, var(--dropdown-shadow-opacity)); | ||||||
|     border-radius: 4px; |     border-radius: 4px; | ||||||
| } | } | ||||||
|  | 
 | ||||||
|  | body.zen .gutter, | ||||||
|  | body.zen #launcher-container, | ||||||
|  | body.zen #left-pane, | ||||||
|  | body.zen #right-pane, | ||||||
|  | body.zen .tab-row-container, | ||||||
|  | body.zen .ribbon-container, | ||||||
|  | body.zen .note-icon-widget, | ||||||
|  | body.zen .title-row .button-widget { | ||||||
|  |     display: none !important; | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | body.zen #launcher-pane { | ||||||
|  |     position: absolute !important; | ||||||
|  |     top: 0 !important; | ||||||
|  |     right: 0 !important; | ||||||
|  |     width: 64px !important; | ||||||
|  |     height: 64px !important; | ||||||
|  |     background: transparent !important; | ||||||
|  |     border: 0 !important; | ||||||
|  | } | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran