Some UI changes

This commit is contained in:
TT-392 2024-09-15 21:00:27 +02:00
parent 1d0f5cf199
commit 80bf0cf4e8
3 changed files with 2 additions and 6 deletions

View file

@ -84,8 +84,6 @@
<a href="image" class="box">
<div>Image</div>
</a>
<div class="box">QR</div>
<div class="box">Barcode</div>
</div>
{% block content %}

View file

@ -9,8 +9,7 @@
{% if filename %}
<br><br>
<img style="border: 1px solid blueviolet;"
src="{{ url_for('uploaded_file', filename=filename) }}" alt="Uploaded Image">
<img src="{{ url_for('uploaded_file', filename=filename) }}" alt="Uploaded Image">
<form method="POST" action="/image-print">
{% if cut %}

View file

@ -33,8 +33,7 @@
{% if filename %}
<br><br>
<img style="border: 1px solid blueviolet;"
src="{{ url_for('generated_file', filename=filename) }}" alt="Uploaded Image">
<img src="{{ url_for('generated_file', filename=filename) }}" alt="Uploaded Image">
<form method="POST" action="/text-print">
{% if cut %}