refactor(sidebar): Combine duplicate flex-direction

This commit is contained in:
Jiahao Li 2024-03-10 21:15:15 +02:00 committed by Jimmy Cai
parent 5b5b9b54e8
commit b10f7f2c4c

View File

@ -129,7 +129,6 @@
/* Menu style */ /* Menu style */
#main-menu { #main-menu {
list-style: none; list-style: none;
flex-direction: column;
overflow-y: auto; overflow-y: auto;
flex-grow: 1; flex-grow: 1;
font-size: 1.4rem; font-size: 1.4rem;
@ -146,6 +145,7 @@
} }
&, .menu-bottom-section ol { &, .menu-bottom-section ol {
flex-direction: column;
gap: 30px; gap: 30px;
@include respond(xl) { @include respond(xl) {
@ -206,7 +206,6 @@
ol { ol {
display: flex; display: flex;
flex-direction: column;
width: 100%; width: 100%;
padding-left: 0; padding-left: 0;
} }