mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	perf(frontend): improve notification rendering performance
This commit is contained in:
		
							parent
							
								
									ddca6bdc01
								
							
						
					
					
						commit
						64bbce4cf4
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -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…
	
	Add table
		
		Reference in a new issue