about summary refs log tree commit diff
path: root/uploader/static
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-12-10 13:49:46 -0600
committerFrederick Muriuki Muriithi2025-12-10 14:11:06 -0600
commitee93ed8d58d8a4c32832582707286c574cf37dd7 (patch)
tree8933c102087b6b38bca1deb2d3f58910b245ae87 /uploader/static
parentcf4714c28f71dc284cb3b0bad484de5bce974dca (diff)
downloadgn-uploader-ee93ed8d58d8a4c32832582707286c574cf37dd7.tar.gz
Improve layout: Use more of the horizontal space for medium screens.
Diffstat (limited to 'uploader/static')
-rw-r--r--uploader/static/css/layout-medium.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/static/css/layout-medium.css b/uploader/static/css/layout-medium.css
index dcd2dda..2cca711 100644
--- a/uploader/static/css/layout-medium.css
+++ b/uploader/static/css/layout-medium.css
@@ -54,7 +54,7 @@
         grid-gap: 5px;
 
         /* Define layout for the children elements */
-        max-width: 70%;
+        max-width: 100%;
     }
 
     #main #sidebar-content {