From 5db6c46e8ba4c7d5fe685b1a63a78a3cd00730a3 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 30 Oct 2024 20:46:39 -0700 Subject: [PATCH] ui: Remove the border around content container - The container border is, strictly speaking, no longer required as the background and content container don't have different styles. - This makes the mobile and desktop interfaces a lot more similar. - Don't change any margins and padding for the content container. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- static/themes/default/css/main.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/static/themes/default/css/main.css b/static/themes/default/css/main.css index 0b39cd9aa..c834bd80c 100644 --- a/static/themes/default/css/main.css +++ b/static/themes/default/css/main.css @@ -346,9 +346,6 @@ html { @media (min-width: 768px) { .content-container { padding: 1.5rem 3rem 3rem; - background-color: white; - border: 1px solid #ddd; - border-radius: 0.25rem; } }