mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	Merge pull request #3766 from meichthys/patch-7
Move .tree-actions left to accomodate wider windows scrollbar and adjust boarder
This commit is contained in:
		
						commit
						682d821b67
					
				@ -41,7 +41,6 @@ const TPL = `
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    .tree-actions {
 | 
					    .tree-actions {
 | 
				
			||||||
        padding: 4px 0;
 | 
					 | 
				
			||||||
        background-color: var(--launcher-pane-background-color);
 | 
					        background-color: var(--launcher-pane-background-color);
 | 
				
			||||||
        z-index: 100;
 | 
					        z-index: 100;
 | 
				
			||||||
        position: absolute;
 | 
					        position: absolute;
 | 
				
			||||||
@ -49,13 +48,15 @@ const TPL = `
 | 
				
			|||||||
        display: flex;
 | 
					        display: flex;
 | 
				
			||||||
        align-items: flex-end;
 | 
					        align-items: flex-end;
 | 
				
			||||||
        justify-content: flex-end;
 | 
					        justify-content: flex-end;
 | 
				
			||||||
        right: 11.77px;
 | 
					        right: 17px;
 | 
				
			||||||
 | 
					        border-radius: 7px;
 | 
				
			||||||
 | 
					        border: 1px solid var(--main-border-color);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    button.tree-floating-button {
 | 
					    button.tree-floating-button {
 | 
				
			||||||
 | 
					        margin: 1px;
 | 
				
			||||||
        font-size: 1.5em;
 | 
					        font-size: 1.5em;
 | 
				
			||||||
        padding: 5px;
 | 
					        padding: 5px;
 | 
				
			||||||
        margin-right: 5px;
 | 
					 | 
				
			||||||
        max-height: 34px;
 | 
					        max-height: 34px;
 | 
				
			||||||
        color: var(--launcher-pane-text-color);
 | 
					        color: var(--launcher-pane-text-color);
 | 
				
			||||||
        background-color: var(--button-background-color);
 | 
					        background-color: var(--button-background-color);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user