From 7838bd59c7fe3fbc936c932f1729c7372eb158ed Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 10 Dec 2025 12:52:18 -0600 Subject: Move sidebar to the end for tiny screens. --- uploader/static/css/layout-small.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'uploader/static/css') diff --git a/uploader/static/css/layout-small.css b/uploader/static/css/layout-small.css index 6861e81..80a3759 100644 --- a/uploader/static/css/layout-small.css +++ b/uploader/static/css/layout-small.css @@ -49,12 +49,12 @@ } #main #main-content { - grid-row-start: 3; - grid-row-end: 4; + grid-row-start: 2; + grid-row-end: 3; } #main #sidebar-content { - grid-row-start: 2; - grid-row-end: 3; + grid-row-start: 3; + grid-row-end: 4; } } -- cgit 1.4.1