mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	fix(login): layout shift due to bootstrap loading later
This commit is contained in:
		@@ -7,7 +7,7 @@
 | 
				
			|||||||
    <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">
 | 
				
			||||||
    <style>
 | 
					    <style>
 | 
				
			||||||
        .login-page {
 | 
					        body {
 | 
				
			||||||
            /* Prevent the content from being rendered before the main stylesheet loads */
 | 
					            /* Prevent the content from being rendered before the main stylesheet loads */
 | 
				
			||||||
            display: none;
 | 
					            display: none;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user