Merge branch 'master' into canary

This commit is contained in:
Jimmy Cai
2024-03-10 23:48:40 +01:00
18 changed files with 347 additions and 59 deletions
+13 -11
View File
@@ -127,10 +127,8 @@
}
/* Menu style */
.menu {
padding-left: 0;
#main-menu {
list-style: none;
flex-direction: column;
overflow-y: auto;
flex-grow: 1;
font-size: 1.4rem;
@@ -141,13 +139,15 @@
margin: 0 calc(var(--container-padding) * -1);
padding: 30px 30px;
@include respond(xl) {
padding: 15px 0;
}
&,
.menu-bottom-section {
&, .menu-bottom-section ol {
flex-direction: column;
gap: 30px;
@include respond(xl) {
gap: 25px;
}
@@ -200,13 +200,15 @@
font-weight: bold;
}
}
}
.menu-bottom-section {
margin-top: auto;
display: flex;
flex-direction: column;
width: 100%;
&.menu-bottom-section {
margin-top: auto;
ol {
display: flex;
padding-left: 0;
}
}
}
}
+1 -1
View File
@@ -66,7 +66,7 @@
}
.social-menu,
.menu {
#main-menu {
margin-top: var(--sidebar-element-separation);
}
}