perf(frontend): improve notification rendering performance
This commit is contained in:
parent
ddca6bdc01
commit
64bbce4cf4
|
@ -220,6 +220,8 @@ function getActualReactedUsersCount(notification: Misskey.entities.Notification)
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
display: flex;
|
display: flex;
|
||||||
contain: content;
|
contain: content;
|
||||||
|
content-visibility: auto;
|
||||||
|
contain-intrinsic-size: 0 100px;
|
||||||
|
|
||||||
--eventFollow: #36aed2;
|
--eventFollow: #36aed2;
|
||||||
--eventRenote: #36d298;
|
--eventRenote: #36d298;
|
||||||
|
|
Loading…
Reference in New Issue