mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 21:11:30 +08:00 
			
		
		
		
	views: import webpack created entrypoint css
→ this is currently only consisting of bootstrap, but should in future be more useful
This commit is contained in:
		
							parent
							
								
									837697c503
								
							
						
					
					
						commit
						f78a6ed14b
					
				| @ -7,6 +7,7 @@ | |||||||
| 	  <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> | 	  <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> | ||||||
| 	  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover" /> | 	  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover" /> | ||||||
|     <link rel="manifest" crossorigin="use-credentials" href="manifest.webmanifest"> |     <link rel="manifest" crossorigin="use-credentials" href="manifest.webmanifest"> | ||||||
|  |     <link rel="stylesheet" href="<%= appPath %>/desktop.css"> | ||||||
|     <title>TriliumNext Notes</title> |     <title>TriliumNext Notes</title> | ||||||
| </head> | </head> | ||||||
| <body class="desktop heading-style-<%= headingStyle %> layout-<%= layoutOrientation %> platform-<%= platform %> <%= isElectron ? 'electron' : '' %> <%= hasNativeTitleBar ? 'native-titlebar' : '' %> <%= hasBackgroundEffects ? 'background-effects' : '' %>"> | <body class="desktop heading-style-<%= headingStyle %> layout-<%= layoutOrientation %> platform-<%= platform %> <%= isElectron ? 'electron' : '' %> <%= hasNativeTitleBar ? 'native-titlebar' : '' %> <%= hasBackgroundEffects ? 'background-effects' : '' %>"> | ||||||
|  | |||||||
| @ -9,6 +9,7 @@ | |||||||
|     <link rel="stylesheet" href="<%= assetPath %>/stylesheets/theme-light.css"> |     <link rel="stylesheet" href="<%= assetPath %>/stylesheets/theme-light.css"> | ||||||
|     <link rel="stylesheet" href="<%= assetPath %>/stylesheets/theme-next.css"> |     <link rel="stylesheet" href="<%= assetPath %>/stylesheets/theme-next.css"> | ||||||
|     <link rel="stylesheet" href="<%= assetPath %>/stylesheets/style.css"> |     <link rel="stylesheet" href="<%= assetPath %>/stylesheets/style.css"> | ||||||
|  |     <link rel="stylesheet" href="<%= appPath %>/login.css"> | ||||||
| </head> | </head> | ||||||
| <body> | <body> | ||||||
| <div class="container"> | <div class="container"> | ||||||
| @ -43,6 +44,7 @@ | |||||||
|         </form> |         </form> | ||||||
|     </div> |     </div> | ||||||
| </div> | </div> | ||||||
|  | <script src="<%= appPath %>/login.js" crossorigin type="module"></script> | ||||||
| 
 | 
 | ||||||
| <script> | <script> | ||||||
|     // Required for correct loading of scripts in Electron |     // Required for correct loading of scripts in Electron | ||||||
|  | |||||||
| @ -10,6 +10,8 @@ | |||||||
|     <title>TriliumNext Notes</title> |     <title>TriliumNext Notes</title> | ||||||
|     <link rel="manifest" crossorigin="use-credentials" href="manifest.webmanifest"> |     <link rel="manifest" crossorigin="use-credentials" href="manifest.webmanifest"> | ||||||
| 
 | 
 | ||||||
|  |     <link rel="stylesheet" href="<%= appPath %>/mobile.css"> | ||||||
|  | 
 | ||||||
|     <style> |     <style> | ||||||
|         .lds-roller { |         .lds-roller { | ||||||
|             display: inline-block; |             display: inline-block; | ||||||
|  | |||||||
| @ -6,6 +6,7 @@ | |||||||
|     <title><%= t("set_password.title") %></title> |     <title><%= t("set_password.title") %></title> | ||||||
|     <link rel="apple-touch-icon" sizes="180x180" href="<%= assetPath %>/images/app-icons/ios/apple-touch-icon.png"> |     <link rel="apple-touch-icon" sizes="180x180" href="<%= assetPath %>/images/app-icons/ios/apple-touch-icon.png"> | ||||||
|     <link rel="shortcut icon" href="favicon.ico"> |     <link rel="shortcut icon" href="favicon.ico"> | ||||||
|  |     <link rel="stylesheet" href="<%= appPath %>/set_password.css"> | ||||||
|     <link rel="stylesheet" href="<%= assetPath %>/stylesheets/theme-light.css"> |     <link rel="stylesheet" href="<%= assetPath %>/stylesheets/theme-light.css"> | ||||||
|     <link rel="stylesheet" href="<%= assetPath %>/stylesheets/theme-next.css"> |     <link rel="stylesheet" href="<%= assetPath %>/stylesheets/theme-next.css"> | ||||||
|     <link rel="stylesheet" href="<%= assetPath %>/stylesheets/style.css"> |     <link rel="stylesheet" href="<%= assetPath %>/stylesheets/style.css"> | ||||||
|  | |||||||
| @ -6,6 +6,8 @@ | |||||||
|     <meta id="syncInProgress" content="<%= syncInProgress ? 1 : 0 %>" /> |     <meta id="syncInProgress" content="<%= syncInProgress ? 1 : 0 %>" /> | ||||||
|     <title><%= t("setup.title") %></title> |     <title><%= t("setup.title") %></title> | ||||||
| 
 | 
 | ||||||
|  |     <link rel="stylesheet" href="<%= appPath %>/setup.css"> | ||||||
|  | 
 | ||||||
|     <style> |     <style> | ||||||
|         .lds-ring { |         .lds-ring { | ||||||
|             display: inline-block; |             display: inline-block; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Panagiotis Papadopoulos
						Panagiotis Papadopoulos