Skip to content

Commit

Permalink
fix(frontend): 모바일 환경에서 헤더 타이틀 부분을 터치할 때 영역이 강조되어 표시될 수 있음
Browse files Browse the repository at this point in the history
  • Loading branch information
noridev committed Dec 8, 2023
1 parent 4c9a030 commit 9260653
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG_CHERRYPICK.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Misskey의 전체 변경 사항을 확인하려면, [CHANGELOG.md#2023xx](CHANGE
- Fix: 알림의 '받은 멘션' 및 '다이렉트 노트' 탭에서 '알림에서 답글이 달린 노트의 상위 노트 표시하기' 옵션이 적용되지 않음
- Fix: 모바일 환경에서 스크롤 시 헤더 위에 요소가 존재할 경우 헤더 디자인에 문제가 발생함
- Fix: '모든 미디어 노트 간략화하기' 옵션을 활성화하면 미디어가 없는 노트가 잘려서 표시될 수 있음
- Fix: 모바일 환경에서 헤더 타이틀 부분을 터치할 때 영역이 강조되어 표시될 수 있음

### Server
- Enhance: (dev) 개발 모드에서 locale 및 유형 정의가 자동으로 재생성됨 (misskey-dev/misskey#12481)
Expand Down
1 change: 1 addition & 0 deletions packages/frontend/src/components/global/CPPageHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ onUnmounted(() => {
font-weight: bold;
flex-shrink: 1;
margin-left: 24px;
-webkit-tap-highlight-color: transparent;
}

.titleContainer_canBack {
Expand Down
1 change: 1 addition & 0 deletions packages/frontend/src/components/global/MkPageHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ onUnmounted(() => {
font-weight: bold;
flex-shrink: 1;
margin-left: 24px;
-webkit-tap-highlight-color: transparent;
}

.titleContainer_canBack {
Expand Down

0 comments on commit 9260653

Please sign in to comment.