diff options
| author | ilotterytea <iltsu@alright.party> | 2025-06-21 01:06:14 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-06-21 01:06:14 +0500 |
| commit | f74a36af13481ae5e7dd082c78dd9ea437c7049a (patch) | |
| tree | bc693f495099c162b147d23936c1544669471c41 /public/static/style.css | |
| parent | 646f856c02e47b7e127d53e0a7ee6e5774839cd7 (diff) | |
feat: mobile responsiveness
Diffstat (limited to 'public/static/style.css')
| -rw-r--r-- | public/static/style.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/public/static/style.css b/public/static/style.css index d11ca82..ffc7a4b 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -373,4 +373,24 @@ button[type=submit].fancy:hover { cursor: help; font-size: 10px; vertical-align: top; +} + +@media screen and (max-width: 1000px) { + main { + width: 100%; + } + + .file-preview-wrapper, + .navbar { + margin: 8px; + } + + .navbar { + align-items: start; + flex-direction: column; + } + + .grid-3 { + grid-template-columns: auto; + } }
\ No newline at end of file |
