diff --git a/apps/home/static/home/scss/sidebar.scss b/apps/home/static/home/scss/sidebar.scss index 065582a..384062d 100644 --- a/apps/home/static/home/scss/sidebar.scss +++ b/apps/home/static/home/scss/sidebar.scss @@ -297,6 +297,8 @@ // transform: translateX(-50%) !important; } + > li:not(:last-child) { margin-right: 0.25rem; } + .theme-btn { display: flex; @@ -312,8 +314,6 @@ &:hover, &:focus { background-color: var(--bs-body-bg); } - &:not(:first-child) { margin-right: 0.25rem; } - &.active { color: var(--bs-white);