forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
391a0a1e0d
commit
5dc27b6d4b
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue