diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-02-12 16:22:18 +0100 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-02-12 16:22:18 +0100 |
| commit | fbd280e9b2bd8ebc1d708a244ef04efd6229bc8f (patch) | |
| tree | c64063a9b04b3fd8f082fdc419ed227c380b3f3b /src/components/Sidebar/Sidebar.module.scss | |
| parent | 93f0360fe064fbfd83dfbcc8f74075788e13dd5c (diff) | |
chore: adjust spacings, overflow and transitions of widgets
Diffstat (limited to 'src/components/Sidebar/Sidebar.module.scss')
| -rw-r--r-- | src/components/Sidebar/Sidebar.module.scss | 9 |
1 files changed, 1 insertions, 8 deletions
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; |
