mirror of
https://github.com/MisskeyIO/misskey
synced 2024-11-27 14:28:49 +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 {
|
.user {
|
||||||
|
display: flex;
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
@ -52,6 +52,7 @@ const devConfig = {
|
|||||||
'/bios': httpUrl,
|
'/bios': httpUrl,
|
||||||
'/cli': httpUrl,
|
'/cli': httpUrl,
|
||||||
'/inbox': httpUrl,
|
'/inbox': httpUrl,
|
||||||
|
'/emoji/': httpUrl,
|
||||||
'/notes': {
|
'/notes': {
|
||||||
target: httpUrl,
|
target: httpUrl,
|
||||||
headers: {
|
headers: {
|
||||||
|
Loading…
Reference in New Issue
Block a user