From f74a36af13481ae5e7dd082c78dd9ea437c7049a Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 21 Jun 2025 01:06:14 +0500 Subject: feat: mobile responsiveness --- public/static/style.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'public/static/style.css') 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 -- cgit v1.2.3