diff options
| author | ilotterytea <iltsu@alright.party> | 2025-06-21 03:38:22 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-06-21 03:38:22 +0500 |
| commit | 8fc019fd69649451adc289742deaea3b8fbfa40a (patch) | |
| tree | e537f374665ef98344b1525db6df25f2d59b0cfd /public/static/style.css | |
| parent | 7860ccf947e1226e62033a6682be1d86230b337f (diff) | |
upd: file preview is now bigger than before
Diffstat (limited to 'public/static/style.css')
| -rw-r--r-- | public/static/style.css | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/public/static/style.css b/public/static/style.css index ffc7a4b..fbf33cf 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -97,20 +97,22 @@ body { width: 100%; min-height: 100vh; display: flex; - flex-direction: column; justify-content: center; - align-items: center; font-family: Arial, Helvetica, sans-serif; } main { - width: 50%; + max-width: 50%; flex-grow: 1; display: flex; flex-direction: column; gap: 8px; - padding: 8px 0; + padding: 8px; +} + +main.full-size { + max-width: 100%; } footer { @@ -243,11 +245,7 @@ button[type=submit].fancy:hover { } /** FILES */ -.file-preview-wrapper { - display: flex; - flex-direction: column; - gap: 16px; -} +.file-preview-wrapper {} .file-preview-wrapper>.box { max-width: 100%; @@ -375,6 +373,10 @@ button[type=submit].fancy:hover { vertical-align: top; } +.right { + float: right; +} + @media screen and (max-width: 1000px) { main { width: 100%; |
