mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-22 12:03:39 +00:00
fix(frontend): 絵文字関連の不具合を修正 (MisskeyIO#672)
* pnpm dev で絵文字が表示されない問題を解決 * リアクションしたユーザー一覧のユーザーネームがはみ出る問題を解決
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user