カスタム絵文字がつぶれる問題を修正
This commit is contained in:
		
							parent
							
								
									a3f89236a0
								
							
						
					
					
						commit
						63a89fa84a
					
				
					 2 changed files with 1 additions and 3 deletions
				
			
		|  | @ -9,7 +9,6 @@ | |||
| import { defineComponent } from 'vue'; | ||||
| import { getStaticImageUrl } from '@/scripts/get-static-image-url'; | ||||
| import { twemojiSvgBase } from '../../misc/twemoji-base'; | ||||
| import * as os from '@/os'; | ||||
| 
 | ||||
| export default defineComponent({ | ||||
| 	props: { | ||||
|  |  | |||
|  | @ -3,7 +3,7 @@ | |||
| 	<div class="bqxuuuey"> | ||||
| 		<div class="info"> | ||||
| 			<div>{{ reaction.replace('@.', '') }}</div> | ||||
| 			<XReactionIcon :reaction="reaction" :custom-emojis="emojis" class="icon"/> | ||||
| 			<XReactionIcon :reaction="reaction" :custom-emojis="emojis" class="icon" :no-style="true"/> | ||||
| 		</div> | ||||
| 		<template v-if="users.length <= 10"> | ||||
| 			<b v-for="u in users" :key="u.id" style="margin-right: 12px;"> | ||||
|  | @ -66,7 +66,6 @@ export default defineComponent({ | |||
| 		> .icon { | ||||
| 			display: block; | ||||
| 			width: 60px; | ||||
| 			height: 60px; | ||||
| 			margin: 0 auto; | ||||
| 		} | ||||
| 	} | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue