1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-11-23 22:56:49 +09:00

fix(frontend): 絵文字関連の不具合を修正 (MisskeyIO#672)

* pnpm dev で絵文字が表示されない問題を解決

* リアクションしたユーザー一覧のユーザーネームがはみ出る問題を解決
This commit is contained in:
Yuuki 2024-07-28 03:02:33 +09:00 committed by GitHub
parent 661260090d
commit a52e25be12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,7 @@ function getReactionName(reaction: string): string {
}
.user {
display: flex;
line-height: 24px;
padding-top: 4px;
white-space: nowrap;

View File

@ -52,6 +52,7 @@ const devConfig = {
'/bios': httpUrl,
'/cli': httpUrl,
'/inbox': httpUrl,
'/emoji/': httpUrl,
'/notes': {
target: httpUrl,
headers: {