mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 23:29:02 +02:00
chore(server): hide body in set_password and setup too
This commit is contained in:
parent
492f481999
commit
4ea2fdf471
@ -10,6 +10,12 @@
|
|||||||
<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">
|
||||||
<script src="<%= appPath %>/runtime.js" crossorigin type="module"></script>
|
<script src="<%= appPath %>/runtime.js" crossorigin type="module"></script>
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
/* Prevent the content from being rendered before the main stylesheet loads */
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body lang="<%= currentLocale.id %>" dir="<%= currentLocale.rtl ? 'rtl' : 'ltr' %>">
|
<body lang="<%= currentLocale.id %>" dir="<%= currentLocale.rtl ? 'rtl' : 'ltr' %>">
|
||||||
<div class="container set-password">
|
<div class="container set-password">
|
||||||
|
@ -7,6 +7,10 @@
|
|||||||
<title><%= t("setup.title") %></title>
|
<title><%= t("setup.title") %></title>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
body {
|
||||||
|
/* Prevent the content from being rendered before the main stylesheet loads */
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.lds-ring {
|
.lds-ring {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user