🎨
This commit is contained in:
parent
43b6140dbe
commit
be67f5f422
@ -70,7 +70,7 @@ export default Vue.component('misskey-flavored-markdown', {
|
|||||||
const isMany = bigCount > 3;
|
const isMany = bigCount > 3;
|
||||||
return (createElement as any)('strong', {
|
return (createElement as any)('strong', {
|
||||||
attrs: {
|
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 ? {} : {
|
directives: [this.$store.state.settings.disableAnimatedMfm || isLong || isMany ? {} : {
|
||||||
name: 'animate-css',
|
name: 'animate-css',
|
||||||
|
Loading…
Reference in New Issue
Block a user