Merge pull request #897 from pano9000/style_views-login

style(views/login): add Trilium icon and improve style
This commit is contained in:
Elian Doran 2025-01-07 22:27:27 +02:00 committed by GitHub
commit 564f1b92d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

@ -13,8 +13,9 @@
</head>
<body>
<div class="container">
<div class="col-xs-12 col-sm-10 col-md-6 col-lg-4 col-xl-4 mx-auto" style="padding-top: 25px;">
<h1><%= t("login.heading") %></h1>
<div class="col-xs-12 col-sm-10 col-md-6 col-lg-4 col-xl-4 mx-auto pt-4">
<img class="img-fluid d-block mx-auto" style="height: 8rem;" src="<%= assetPath %>/images/icon-color.svg" aria-hidden="true">
<h1 class="text-center"><%= t("login.heading") %></h1>
<% if (failedAuth) { %>
<div class="alert alert-warning">

View File

@ -94,7 +94,7 @@
},
"login": {
"title": "Login",
"heading": "Trilium login",
"heading": "Trilium Login",
"incorrect-password": "Password is incorrect. Please try again.",
"password": "Password",
"remember-me": "Remember me",