Skip to content

Commit

Permalink
fix(frontend): リアクションしたユーザー一覧のユーザー名がはみ出る問題を修正 (#14294)
Browse files Browse the repository at this point in the history
* pnpm dev で絵文字が表示されない問題を解決

(cherry picked from commit 22fcafb)

* リアクションしたユーザー一覧のユーザーネームがはみ出る問題を解決

(cherry picked from commit 46458b1)

* Update Changelog

---------

Co-authored-by: 6wFh3kVo <[email protected]>
Co-authored-by: syuilo <[email protected]>
  • Loading branch information
3 people authored Jul 25, 2024
1 parent 7c67d3a commit ed6dc84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
- Fix: 子メニューの高さがウィンドウからはみ出ることがある問題を修正
- Fix: 個人宛てのダイアログ形式のお知らせが即時表示されない問題を修正
- Fix: 一部の画像がセンシティブ指定されているときに画面に何も表示されないことがあるのを修正
- Fix: リアクションしたユーザー一覧のユーザー名がはみ出る問題を修正
(Cherry-picked from https://github.com/MisskeyIO/misskey/pull/672)
- Fix: `/share`ページにおいて絵文字ピッカーを開くことができない問題を修正

### Server
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ function getReactionName(reaction: string): string {
}

.user {
display: flex;
line-height: 24px;
padding-top: 4px;
white-space: nowrap;
Expand Down
1 change: 1 addition & 0 deletions packages/frontend/vite.config.local-dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ const devConfig: UserConfig = {
'/bios': httpUrl,
'/cli': httpUrl,
'/inbox': httpUrl,
'/emoji/': httpUrl,
'/notes': {
target: httpUrl,
bypass: varyHandler,
Expand Down

0 comments on commit ed6dc84

Please sign in to comment.