From b10f7f2c4c0ecbeeda5c3ad1d3513b0c209a4d03 Mon Sep 17 00:00:00 2001 From: Jiahao Li <42709836+TheJiahao@users.noreply.github.com> Date: Sun, 10 Mar 2024 21:15:15 +0200 Subject: [PATCH] refactor(sidebar): Combine duplicate flex-direction --- assets/scss/partials/menu.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/scss/partials/menu.scss b/assets/scss/partials/menu.scss index 47a5a66..a134267 100644 --- a/assets/scss/partials/menu.scss +++ b/assets/scss/partials/menu.scss @@ -129,7 +129,6 @@ /* Menu style */ #main-menu { list-style: none; - flex-direction: column; overflow-y: auto; flex-grow: 1; font-size: 1.4rem; @@ -146,6 +145,7 @@ } &, .menu-bottom-section ol { + flex-direction: column; gap: 30px; @include respond(xl) { @@ -206,7 +206,6 @@ ol { display: flex; - flex-direction: column; width: 100%; padding-left: 0; }