mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
🎨
This commit is contained in:
parent
14df6c6636
commit
826261406e
@ -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 New Issue
Block a user