모바일 왼쪽 햄버거 메뉴

개인적으로는 이 변경 사항에 반대합니다(아마 @featheredtoast는 다른 의견을 가질 수도 있겠지만요). 전체적인 아이디어는 데스크톱 뷰와 일관성을 유지하고 로고 앞에 해당 요소를 배치하는 것이기 때문입니다. 하지만 필요하다면 포럼의 다른 테마 컴포넌트에 아래 CSS를 추가하여 항목 순서를 오버라이드할 수 있습니다.

.d-header {
    display: grid;
    grid-template-areas: 'logo left-menu custom-header-icon-link-1 custom-header-icon-link-2 custom-header-icon-link-3 custom-header-icon-link-4 custom-header-icon-link-5 extra-info chat header-buttons search right-menu'!important;
 }

결과:

긴 토론 제목을 위해 모바일에서 스크롤된 헤더의 공간을 최대한 확보하려면, 모바일에서 스크롤된 헤더에 버거 아이콘을 표시하지 않아야 합니다

5개의 좋아요