Fix bug
This commit is contained in:
parent
391a0a1e0d
commit
5dc27b6d4b
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue