mirror of
https://github.com/MisskeyIO/misskey
synced 2024-11-23 14:46:40 +09:00
fix(frontend): 絵文字関連の不具合を修正 (MisskeyIO#672)
* pnpm dev で絵文字が表示されない問題を解決 * リアクションしたユーザー一覧のユーザーネームがはみ出る問題を解決
This commit is contained in:
parent
661260090d
commit
a52e25be12
@ -81,6 +81,7 @@ function getReactionName(reaction: string): string {
|
||||
}
|
||||
|
||||
.user {
|
||||
display: flex;
|
||||
line-height: 24px;
|
||||
padding-top: 4px;
|
||||
white-space: nowrap;
|
||||
|
@ -52,6 +52,7 @@ const devConfig = {
|
||||
'/bios': httpUrl,
|
||||
'/cli': httpUrl,
|
||||
'/inbox': httpUrl,
|
||||
'/emoji/': httpUrl,
|
||||
'/notes': {
|
||||
target: httpUrl,
|
||||
headers: {
|
||||
|
Loading…
Reference in New Issue
Block a user