mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	reverted some experimental changes regarding sidebar resizing
This commit is contained in:
		
							parent
							
								
									1882b089ab
								
							
						
					
					
						commit
						723fc42d88
					
				@ -110,7 +110,7 @@ async function deleteNodes(nodes) {
 | 
				
			|||||||
        next = nodes[0].getPrevSibling();
 | 
					        next = nodes[0].getPrevSibling();
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (!next && !await hoistedNoteService.isTopLevelNode(nodes[0])) {
 | 
					    if (!next && !await hoistedNoteService.isRootNode(nodes[0])) {
 | 
				
			||||||
        next = nodes[0].getParent();
 | 
					        next = nodes[0].getParent();
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -6,7 +6,7 @@
 | 
				
			|||||||
</head>
 | 
					</head>
 | 
				
			||||||
<body class="desktop theme-<%= theme %>" style="--main-font-size: <%= mainFontSize %>%; --tree-font-size: <%= treeFontSize %>%; --detail-font-size: <%= detailFontSize %>%;">
 | 
					<body class="desktop theme-<%= theme %>" style="--main-font-size: <%= mainFontSize %>%; --tree-font-size: <%= treeFontSize %>%; --detail-font-size: <%= detailFontSize %>%;">
 | 
				
			||||||
<noscript>Trilium requires JavaScript to be enabled.</noscript>
 | 
					<noscript>Trilium requires JavaScript to be enabled.</noscript>
 | 
				
			||||||
<div id="container" style="display: none; grid-template-columns: <%= leftPaneWidthPercent %>fr <%= rightPaneWidthPercent %>fr">
 | 
					<div id="container" style="display: none; grid-template-columns: minmax(<%= leftPaneMinWidth %>px, <%= leftPaneWidthPercent %>fr) minmax(0, <%= rightPaneWidthPercent %>fr)">
 | 
				
			||||||
    <div id="header" class="hide-toggle">
 | 
					    <div id="header" class="hide-toggle">
 | 
				
			||||||
        <div id="history-navigation" style="display: none;">
 | 
					        <div id="history-navigation" style="display: none;">
 | 
				
			||||||
            <a id="history-back-button" title="Go to previous note." class="icon-action jam jam-arrow-square-left"></a>
 | 
					            <a id="history-back-button" title="Go to previous note." class="icon-action jam jam-arrow-square-left"></a>
 | 
				
			||||||
@ -106,7 +106,7 @@
 | 
				
			|||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <div id="left-pane" class="hide-toggle" style="resize: horizontal; overflow: scroll;">
 | 
					    <div id="left-pane" class="hide-toggle">
 | 
				
			||||||
        <div id="global-buttons">
 | 
					        <div id="global-buttons">
 | 
				
			||||||
            <a id="create-top-level-note-button" title="Create new top level note" class="icon-action jam jam-plus-circle"></a>
 | 
					            <a id="create-top-level-note-button" title="Create new top level note" class="icon-action jam jam-plus-circle"></a>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user