diff options
| author | ilotterytea <iltsu@alright.party> | 2025-06-21 00:41:27 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-06-21 00:41:27 +0500 |
| commit | fd6f5c28af20cb6c08a2c062e330d1af54e36c87 (patch) | |
| tree | e2a9e12e5899632bab9248d927d6e8204d1a9b0e /public/static/style.css | |
| parent | 721c047a069e956001f75c61820ae43da510f5a5 (diff) | |
upd: file preview design
Diffstat (limited to 'public/static/style.css')
| -rw-r--r-- | public/static/style.css | 9 |
1 files changed, 6 insertions, 3 deletions
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; } |
