From 8ba65a3a98aed3b6e81fdfb77c2ed19535a7c8a7 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 10 Dec 2025 10:50:52 -0600 Subject: Improve styling. --- uploader/static/css/layout-large.css | 1 + uploader/static/css/theme.css | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/uploader/static/css/layout-large.css b/uploader/static/css/layout-large.css index 57904ba..8abd2dd 100644 --- a/uploader/static/css/layout-large.css +++ b/uploader/static/css/layout-large.css @@ -57,5 +57,6 @@ #main #sidebar-content { grid-column-start: 2; grid-column-end: 3; + padding: 1em 0 0 0; } } diff --git a/uploader/static/css/theme.css b/uploader/static/css/theme.css index 184999d..2acce5f 100644 --- a/uploader/static/css/theme.css +++ b/uploader/static/css/theme.css @@ -34,10 +34,10 @@ body { } #main #sidebar-content { - background: #E5E5FF; + background: #EEEEEE; border-radius: 5px; - padding: 0 5px; + padding: 10px 5px; } #main .row { -- cgit 1.4.1