From 198d70d072b0cd725671da3e230e0409a23a4cf9 Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Thu, 24 Oct 2024 18:24:21 +0100 Subject: [PATCH] add margin to theme toggle buttons in sidebar --- apps/home/static/home/scss/sidebar.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/home/static/home/scss/sidebar.scss b/apps/home/static/home/scss/sidebar.scss index f1ee9a0..065582a 100644 --- a/apps/home/static/home/scss/sidebar.scss +++ b/apps/home/static/home/scss/sidebar.scss @@ -312,6 +312,8 @@ &:hover, &:focus { background-color: var(--bs-body-bg); } + &:not(:first-child) { margin-right: 0.25rem; } + &.active { color: var(--bs-white);