style: reduce thumbnail margin to 3px and add line break before uploaded files section

This commit is contained in:
retoor 2024-11-26 06:42:27 +00:00
parent 2e2d02340a
commit 2fa7c04898

View File

@ -118,7 +118,7 @@ UPLOAD_PAGE = """
width: 100px;
height: 100px;
object-fit: cover;
margin: 5px;
margin: 3px;
float:left;
}
</style>
@ -139,6 +139,7 @@ UPLOAD_PAGE = """
<div class="container-images">
[images_html]
</div>
<br /><br />
<h2 id="files">Uploaded files:</h2>
<div class="container-file">
[files_html]