mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 15:11:31 +08:00 
			
		
		
		
	style(next): top border for launcher pane on mobile
This commit is contained in:
		
							parent
							
								
									422395671d
								
							
						
					
					
						commit
						a1acb69976
					
				@ -111,9 +111,16 @@ body.layout-horizontal > .horizontal {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#launcher-pane.horizontal {
 | 
			
		||||
    height: var(--launcher-pane-size) !important;
 | 
			
		||||
    border-bottom: 1px solid var(--launcher-pane-horizontal-border-color);
 | 
			
		||||
    height: var(--launcher-pane-size) !important;    
 | 
			
		||||
    align-items: center;
 | 
			
		||||
    border-top: 1px solid var(--launcher-pane-horizontal-border-color);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media (min-width: 992px) {
 | 
			
		||||
    #launcher-pane.horizontal {
 | 
			
		||||
        border-top: unset;
 | 
			
		||||
        border-bottom: 1px solid var(--launcher-pane-horizontal-border-color);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#launcher-pane .launcher-button,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user