mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	chore(server): remove unnecessary CSS
This commit is contained in:
		@@ -7,8 +7,6 @@
 | 
			
		||||
	  <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" />
 | 
			
		||||
    <link rel="manifest" crossorigin="use-credentials" href="manifest.webmanifest">
 | 
			
		||||
    <% // TriliumNextTODO: move the css file to ${assetPath}/stylesheets/  %>
 | 
			
		||||
    <link rel="stylesheet" href="<%= appPath %>/desktop.css">
 | 
			
		||||
    <title>TriliumNext Notes</title>
 | 
			
		||||
</head>
 | 
			
		||||
<body class="desktop heading-style-<%= headingStyle %> layout-<%= layoutOrientation %> platform-<%= platform %> <%= isElectron ? 'electron' : '' %> <%= hasNativeTitleBar ? 'native-titlebar' : '' %> <%= hasBackgroundEffects ? 'background-effects' : '' %>">
 | 
			
		||||
 
 | 
			
		||||
@@ -10,9 +10,6 @@
 | 
			
		||||
    <title>TriliumNext Notes</title>
 | 
			
		||||
    <link rel="manifest" crossorigin="use-credentials" href="manifest.webmanifest">
 | 
			
		||||
 | 
			
		||||
    <% // TriliumNextTODO: move the css file to ${assetPath}/stylesheets/  %>
 | 
			
		||||
    <link rel="stylesheet" href="<%= appPath %>/mobile.css">
 | 
			
		||||
 | 
			
		||||
    <style>
 | 
			
		||||
        .lds-roller {
 | 
			
		||||
            display: inline-block;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user