From 605424fcd1199fd66a21373eb2142da2f3b8ee50 Mon Sep 17 00:00:00 2001 From: Rick Lamers Date: Thu, 18 May 2023 14:34:40 +0200 Subject: [PATCH] Minor styling changes. --- frontend/src/components/Sidebar.css | 3 ++- frontend/src/components/Sidebar.tsx | 4 ++-- frontend/src/index.css | 10 +++------- setup.py | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) diff --git a/frontend/src/components/Sidebar.css b/frontend/src/components/Sidebar.css index 598ec19e..d80dfdd6 100644 --- a/frontend/src/components/Sidebar.css +++ b/frontend/src/components/Sidebar.css @@ -5,7 +5,7 @@ display: flex; flex-direction: column; justify-content: space-between; - padding: 0.5rem; + padding: 0.75rem; color: #fff; } @@ -53,6 +53,7 @@ select option { button { cursor: pointer; margin-bottom: 0.5rem; + background: #74a89b; } label { diff --git a/frontend/src/components/Sidebar.tsx b/frontend/src/components/Sidebar.tsx index ab6f47db..39fc1df9 100644 --- a/frontend/src/components/Sidebar.tsx +++ b/frontend/src/components/Sidebar.tsx @@ -27,8 +27,6 @@ export default function Sidebar(props: {
- -