Fix bug
This commit is contained in:
		| @@ -79,7 +79,7 @@ export default Vue.component('misskey-flavored-markdown', { | |||||||
| 				case 'big': { | 				case 'big': { | ||||||
| 					return (createElement as any)('strong', { | 					return (createElement as any)('strong', { | ||||||
| 						attrs: { | 						attrs: { | ||||||
| 							style: `display: inline-block; font-size: 150% };` | 							style: `display: inline-block; font-size: 150%;` | ||||||
| 						}, | 						}, | ||||||
| 						directives: [this.$store.state.settings.disableAnimatedMfm ? {} : { | 						directives: [this.$store.state.settings.disableAnimatedMfm ? {} : { | ||||||
| 							name: 'animate-css', | 							name: 'animate-css', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo