Skip to content

Commit

Permalink
fix(frontend): 노트 상세 페이지의 InstanceTicker에 커서를 올릴 때 마우스 포인터가 올바르게 표시되지 않음
Browse files Browse the repository at this point in the history
  • Loading branch information
noridev committed Oct 15, 2024
1 parent 3f507c5 commit fe16c8d
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -54,6 +54,7 @@ Misskey의 전체 변경 사항을 확인하려면, [CHANGELOG.md#2024xx](CHANGE
- 노트를 리노트할 수 없을 때
- Fix: 캡션이 512자를 초과하면 초과한 내용이 잘릴 수 있음 (kokonect-link/cherrypick#518)
- 캡션을 512자를 초과해서 작성하면 캡션 내용을 저장하기 전에 경고를 표시합니다.
- Fix: 노트 상세 페이지의 InstanceTicker에 커서를 올릴 때 마우스 포인터가 올바르게 표시되지 않음

---

Expand Down
1 change: 1 addition & 0 deletions packages/frontend/src/components/MkInstanceTicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ $height: 2ex;
.root {
display: flex;
cursor: pointer;
align-items: center;
height: $height;
border-radius: .3rem;
Expand Down

0 comments on commit fe16c8d

Please sign in to comment.