Skip to content

Commit

Permalink
perf(frontend): contain-intrinsic-size のwidthの保存をやめる (#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
u1-liquid authored Jan 21, 2025
1 parent a6f89f1 commit 4056d1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/frontend/src/components/MkNote.vue
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ function emitUpdReaction(emoji: string, delta: number) {
contain: content;

content-visibility: auto;
contain-intrinsic-size: auto none auto 128px;
contain-intrinsic-size: none auto 128px;

&:focus-visible {
outline: none;
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/components/MkNotification.vue
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ function getActualReactedUsersCount(notification: Misskey.entities.Notification)
contain: content;

content-visibility: auto;
contain-intrinsic-size: auto none auto 100px;
contain-intrinsic-size: none auto 100px;
}

.head {
Expand Down

0 comments on commit 4056d1a

Please sign in to comment.