mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 13:01:31 +08:00 
			
		
		
		
	refactor(client): tree CSS
This commit is contained in:
		
							parent
							
								
									901ab54e64
								
							
						
					
					
						commit
						84d9198396
					
				| @ -31,6 +31,7 @@ import "jquery.fancytree"; | |||||||
| import "jquery.fancytree/dist/modules/jquery.fancytree.dnd5.js"; | import "jquery.fancytree/dist/modules/jquery.fancytree.dnd5.js"; | ||||||
| import "jquery.fancytree/dist/modules/jquery.fancytree.clones.js"; | import "jquery.fancytree/dist/modules/jquery.fancytree.clones.js"; | ||||||
| import "jquery.fancytree/dist/modules/jquery.fancytree.filter.js"; | import "jquery.fancytree/dist/modules/jquery.fancytree.filter.js"; | ||||||
|  | import "../stylesheets/tree.css"; | ||||||
| 
 | 
 | ||||||
| const TPL = /*html*/` | const TPL = /*html*/` | ||||||
| <div class="tree-wrapper"> | <div class="tree-wrapper"> | ||||||
|  | |||||||
| @ -34,9 +34,6 @@ | |||||||
| <!-- Required for correct loading of scripts in Electron --> | <!-- Required for correct loading of scripts in Electron --> | ||||||
| <script>if (typeof module === 'object') {window.module = module; module = undefined;}</script> | <script>if (typeof module === 'object') {window.module = module; module = undefined;}</script> | ||||||
| 
 | 
 | ||||||
| <!-- Include Fancytree library and skip --> |  | ||||||
| <link href="<%= assetPath %>/stylesheets/tree.css" rel="stylesheet"> |  | ||||||
| 
 |  | ||||||
| <link href="<%= assetPath %>/stylesheets/ckeditor-theme.css" rel="stylesheet"> | <link href="<%= assetPath %>/stylesheets/ckeditor-theme.css" rel="stylesheet"> | ||||||
| <link href="api/fonts" rel="stylesheet"> | <link href="api/fonts" rel="stylesheet"> | ||||||
| <link href="<%= assetPath %>/stylesheets/theme-light.css" rel="stylesheet"> | <link href="<%= assetPath %>/stylesheets/theme-light.css" rel="stylesheet"> | ||||||
|  | |||||||
| @ -111,8 +111,6 @@ | |||||||
| 
 | 
 | ||||||
| <%- include("./partials/windowGlobal.ejs", locals) %> | <%- include("./partials/windowGlobal.ejs", locals) %> | ||||||
| 
 | 
 | ||||||
| <link href="<%= assetPath %>/stylesheets/tree.css" rel="stylesheet"> |  | ||||||
| 
 |  | ||||||
| <script src="<%= appPath %>/runtime.js" crossorigin type="module"></script> | <script src="<%= appPath %>/runtime.js" crossorigin type="module"></script> | ||||||
| <script src="<%= appPath %>/mobile.js" crossorigin type="module"></script> | <script src="<%= appPath %>/mobile.js" crossorigin type="module"></script> | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran