Skip to content

Commit

Permalink
fix(frontend): 絵文字関連の不具合を修正 (MisskeyIO#672)
Browse files Browse the repository at this point in the history
* pnpm dev で絵文字が表示されない問題を解決

* リアクションしたユーザー一覧のユーザーネームがはみ出る問題を解決
  • Loading branch information
6wFh3kVo committed Jul 27, 2024
1 parent 6612600 commit a52e25b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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 @@ -52,6 +52,7 @@ const devConfig = {
'/bios': httpUrl,
'/cli': httpUrl,
'/inbox': httpUrl,
'/emoji/': httpUrl,
'/notes': {
target: httpUrl,
headers: {
Expand Down

0 comments on commit a52e25b

Please sign in to comment.