style: reduce thumbnail margin to 3px and add line break before uploaded files section
This commit is contained in:
parent
2e2d02340a
commit
2fa7c04898
@ -118,7 +118,7 @@ UPLOAD_PAGE = """
|
|||||||
width: 100px;
|
width: 100px;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
margin: 5px;
|
margin: 3px;
|
||||||
float:left;
|
float:left;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
@ -139,6 +139,7 @@ UPLOAD_PAGE = """
|
|||||||
<div class="container-images">
|
<div class="container-images">
|
||||||
[images_html]
|
[images_html]
|
||||||
</div>
|
</div>
|
||||||
|
<br /><br />
|
||||||
<h2 id="files">Uploaded files:</h2>
|
<h2 id="files">Uploaded files:</h2>
|
||||||
<div class="container-file">
|
<div class="container-file">
|
||||||
[files_html]
|
[files_html]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user