mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	🎨
This commit is contained in:
		
							parent
							
								
									43b6140dbe
								
							
						
					
					
						commit
						be67f5f422
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -70,7 +70,7 @@ export default Vue.component('misskey-flavored-markdown', {
 | 
			
		|||
					const isMany = bigCount > 3;
 | 
			
		||||
					return (createElement as any)('strong', {
 | 
			
		||||
						attrs: {
 | 
			
		||||
							style: `display: inline-block; font-size: ${ isMany ? '100%' : '200%' };`
 | 
			
		||||
							style: `display: inline-block; font-size: ${ isMany ? '100%' : '150%' };`
 | 
			
		||||
						},
 | 
			
		||||
						directives: [this.$store.state.settings.disableAnimatedMfm || isLong || isMany ? {} : {
 | 
			
		||||
							name: 'animate-css',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue