This commit is contained in:
syuilo 2020-02-05 21:38:19 +09:00
parent 391a0a1e0d
commit 5dc27b6d4b

View file

@ -79,7 +79,7 @@ export default Vue.component('misskey-flavored-markdown', {
case 'big': {
return (createElement as any)('strong', {
attrs: {
style: `display: inline-block; font-size: 150% };`
style: `display: inline-block; font-size: 150%;`
},
directives: [this.$store.state.settings.disableAnimatedMfm ? {} : {
name: 'animate-css',