对了,还有一处细节:侧边栏在移动设备上似乎没有使用 flex 布局。所以你也需要添加这个。
.sidebar-sections { display: flex; flex-direction: column; }