From fd6f5c28af20cb6c08a2c062e330d1af54e36c87 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 21 Jun 2025 00:41:27 +0500 Subject: upd: file preview design --- public/static/style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'public/static/style.css') diff --git a/public/static/style.css b/public/static/style.css index 1d640a3..d11ca82 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -245,9 +245,8 @@ button[type=submit].fancy:hover { /** FILES */ .file-preview-wrapper { display: flex; - flex-direction: row; - justify-content: center; - align-items: center; + flex-direction: column; + gap: 16px; } .file-preview-wrapper>.box { @@ -314,6 +313,10 @@ button[type=submit].fancy:hover { flex-grow: 1; } +.wrap { + flex-wrap: wrap; +} + .grid { display: grid; } -- cgit v1.2.3