Skip to content

Commit

Permalink
perf(frontend): improve notification rendering performance
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Oct 14, 2024
1 parent ddca6bd commit 64bbce4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/frontend/src/components/MkNotification.vue
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ function getActualReactedUsersCount(notification: Misskey.entities.Notification)
overflow-wrap: break-word;
display: flex;
contain: content;
content-visibility: auto;
contain-intrinsic-size: 0 100px;

--eventFollow: #36aed2;
--eventRenote: #36d298;
Expand Down

0 comments on commit 64bbce4

Please sign in to comment.