🎨
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…
Reference in a new issue