mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	style(next): top border for launcher pane on mobile
This commit is contained in:
		@@ -112,8 +112,15 @@ body.layout-horizontal > .horizontal {
 | 
			
		||||
 | 
			
		||||
#launcher-pane.horizontal {
 | 
			
		||||
    height: var(--launcher-pane-size) !important;    
 | 
			
		||||
    border-bottom: 1px solid var(--launcher-pane-horizontal-border-color);
 | 
			
		||||
    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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user