From fbd280e9b2bd8ebc1d708a244ef04efd6229bc8f Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sat, 12 Feb 2022 16:22:18 +0100 Subject: chore: adjust spacings, overflow and transitions of widgets --- src/components/Sidebar/Sidebar.module.scss | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/components/Sidebar/Sidebar.module.scss') diff --git a/src/components/Sidebar/Sidebar.module.scss b/src/components/Sidebar/Sidebar.module.scss index 6df997f..fb6230d 100644 --- a/src/components/Sidebar/Sidebar.module.scss +++ b/src/components/Sidebar/Sidebar.module.scss @@ -14,10 +14,7 @@ @include mix.media("screen") { @include mix.dimensions("md") { align-self: stretch; - display: flex; - flex-flow: column; - justify-content: flex-start; - margin: var(--spacing-xs); + margin: 0 var(--spacing-xs) var(--spacing-md); &--right { grid-row: 2 / 4; @@ -35,10 +32,6 @@ } .body { - display: flex; - flex-flow: column; - justify-content: flex-start; - @include mix.media("screen") { @include mix.dimensions("md") { align-self: flex-start; -- cgit v1.2.3