Compare commits

...

2 commits

Author SHA1 Message Date
6182022222 login picture size 2025-04-26 15:18:37 +02:00
db2a6556eb Version 1.0 2025-04-26 15:11:27 +02:00
2 changed files with 1 additions and 1 deletions

View file

@ -1172,7 +1172,7 @@ cat <<HTML_END > templates/login.html
<div class="col-md-6">
<div class="card shadow-sm">
<div class="card-body text-center">
<img src="{{ url_for('static', filename='logo.png') }}" alt="Logo" width="311" height="240" class="mb-4" style="object-fit:contain;">
<img src="{{ url_for('static', filename='logo.png') }}" alt="Logo" width="266" height="206" class="mb-4" style="object-fit:contain;">
<h2 class="card-title mb-4">{{ _('Login') }}</h2>
<form method="POST">
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 KiB

After

Width:  |  Height:  |  Size: 52 KiB

Before After
Before After