This commit is contained in:
		
							parent
							
								
									a164f8ad95
								
							
						
					
					
						commit
						2e908758d8
					
				|  | @ -14,8 +14,12 @@ export default Vue.extend({ | |||
| 
 | ||||
| <style lang="stylus" scoped> | ||||
| .zxrjzpcj | ||||
| 	display inline-block | ||||
| 	padding 6px 8px 6px 6px | ||||
| 	margin-top 4px | ||||
| 	margin-bottom 4px | ||||
| 	border-radius 32px | ||||
| 	white-space nowrap | ||||
| 
 | ||||
| 	&:hover | ||||
| 		text-decoration none | ||||
|  |  | |||
|  | @ -23,7 +23,7 @@ | |||
| 				</div> | ||||
| 				<div class="description"> | ||||
| 					<mfm v-if="user.description" :text="user.description" :is-note="false" :author="user" :i="$store.state.i" :custom-emojis="user.emojis"/> | ||||
| 					<x-integrations :user="user" style="margin:24px 0;"/> | ||||
| 					<x-integrations :user="user" style="margin:20px 0;"/> | ||||
| 				</div> | ||||
| 				<div class="fields" v-if="user.fields"> | ||||
| 					<dl class="field" v-for="(field, i) in user.fields" :key="i"> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue