From 2fa7c048986aed788f8ddf085fa5d2107861fce1 Mon Sep 17 00:00:00 2001 From: retoor Date: Tue, 26 Nov 2024 06:42:27 +0000 Subject: [PATCH] style: reduce thumbnail margin to 3px and add line break before uploaded files section --- src/rupload/app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/rupload/app.py b/src/rupload/app.py index ea06551..a2ed52c 100644 --- a/src/rupload/app.py +++ b/src/rupload/app.py @@ -118,7 +118,7 @@ UPLOAD_PAGE = """ width: 100px; height: 100px; object-fit: cover; - margin: 5px; + margin: 3px; float:left; } @@ -139,6 +139,7 @@ UPLOAD_PAGE = """
[images_html]
+

Uploaded files:

[files_html]