mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 13:39:01 +01:00 
			
		
		
		
	style(mobile): center launcher buttons
This commit is contained in:
		
							parent
							
								
									de7248b7ce
								
							
						
					
					
						commit
						5250a6d8da
					
				@ -1230,6 +1230,14 @@ body.mobile #launcher-pane .dropdown-menu.show {
 | 
			
		||||
        transform: translateX(0);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    body.mobile #launcher-container {
 | 
			
		||||
        justify-content: center;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    body.mobile #launcher-container button {
 | 
			
		||||
        margin: 0 16px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    body.mobile .modal.show {
 | 
			
		||||
        background-color: rgba(0, 0, 0, 0.7);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
@ -281,8 +281,7 @@ function buildHiddenSubtreeDefinition(): Item {
 | 
			
		||||
                            { id: '_lbMobileBackInHistory', title: t("hidden-subtree.go-to-previous-note-title"), type: 'launcher', builtinWidget: 'backInHistoryButton', icon: 'bx bxs-chevron-left',
 | 
			
		||||
                                attributes: [ { type: 'label', name: 'docName', value: 'launchbar_history_navigation' } ]},
 | 
			
		||||
                            { id: '_lbMobileForwardInHistory', title: t("hidden-subtree.go-to-next-note-title"), type: 'launcher', builtinWidget: 'forwardInHistoryButton', icon: 'bx bxs-chevron-right',
 | 
			
		||||
                                attributes: [ { type: 'label', name: 'docName', value: 'launchbar_history_navigation' } ]},
 | 
			
		||||
                            { id: '_lbMobileSpacerEnd', title: t("hidden-subtree.spacer-title"), type: 'launcher', builtinWidget: 'spacer', baseSize: "0", growthFactor: "1" },
 | 
			
		||||
                                attributes: [ { type: 'label', name: 'docName', value: 'launchbar_history_navigation' } ]}
 | 
			
		||||
                        ]
 | 
			
		||||
                    }
 | 
			
		||||
                ]
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user