| 
									
										
										
										
											2018-04-02 17:53:04 -07:00
										 |  |  | <a href="/accounts/{{verifyCredentials.id}}" | 
					
						
							| 
									
										
										
										
											2018-04-10 22:08:14 -07:00
										 |  |  |    class="compose-box-avatar" | 
					
						
							|  |  |  |    aria-label="Profile for {{verifyCredentials.display_name || verifyCredentials.acct}}"> | 
					
						
							| 
									
										
										
										
											2018-04-02 17:53:04 -07:00
										 |  |  |   <Avatar account="{{verifyCredentials}}" size="small"/> | 
					
						
							|  |  |  | </a> | 
					
						
							| 
									
										
										
										
											2018-02-26 21:54:21 -08:00
										 |  |  | <a class="compose-box-display-name" href="/accounts/{{verifyCredentials.id}}"> | 
					
						
							|  |  |  |   {{verifyCredentials.display_name || verifyCredentials.acct}} | 
					
						
							|  |  |  | </a> | 
					
						
							|  |  |  | <span class="compose-box-handle"> | 
					
						
							|  |  |  |   {{'@' + verifyCredentials.acct}} | 
					
						
							|  |  |  | </span> | 
					
						
							|  |  |  | <style> | 
					
						
							| 
									
										
										
										
											2018-04-02 17:53:04 -07:00
										 |  |  |   .compose-box-avatar { | 
					
						
							| 
									
										
										
										
											2018-02-26 21:54:21 -08:00
										 |  |  |     grid-area: avatar; | 
					
						
							|  |  |  |     margin-right: 15px; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .compose-box-display-name { | 
					
						
							|  |  |  |     color: var(--deemphasized-text-color); | 
					
						
							| 
									
										
										
										
											2018-03-03 15:44:43 -08:00
										 |  |  |     grid-area: name; | 
					
						
							| 
									
										
										
										
											2018-02-26 21:54:21 -08:00
										 |  |  |     min-width: 0; | 
					
						
							|  |  |  |     white-space: nowrap; | 
					
						
							|  |  |  |     overflow: hidden; | 
					
						
							|  |  |  |     text-overflow: ellipsis; | 
					
						
							|  |  |  |     font-size: 1.1em; | 
					
						
							|  |  |  |     margin-left: 5px; | 
					
						
							|  |  |  |     font-weight: 600; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .compose-box-display-name, | 
					
						
							|  |  |  |   .compose-box-display-name:hover, | 
					
						
							|  |  |  |   .compose-box-display-name:visited { | 
					
						
							|  |  |  |     color: var(--body-text-color); | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   :global(.compose-box-handle) { | 
					
						
							|  |  |  |     grid-area: handle; | 
					
						
							|  |  |  |     color: var(--deemphasized-text-color); | 
					
						
							|  |  |  |     min-width: 0; | 
					
						
							|  |  |  |     white-space: nowrap; | 
					
						
							|  |  |  |     overflow: hidden; | 
					
						
							|  |  |  |     text-overflow: ellipsis; | 
					
						
							|  |  |  |     font-size: 1.1em; | 
					
						
							|  |  |  |     margin-left: 5px; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |   @media (max-width: 767px) { | 
					
						
							| 
									
										
										
										
											2018-04-02 17:53:04 -07:00
										 |  |  |     .compose-box-avatar { | 
					
						
							| 
									
										
										
										
											2018-02-26 21:54:21 -08:00
										 |  |  |       grid-area: avatar; | 
					
						
							|  |  |  |       margin-right: 5px; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | </style> | 
					
						
							|  |  |  | <script> | 
					
						
							|  |  |  |   import Avatar from '../Avatar.html' | 
					
						
							| 
									
										
										
										
											2018-03-13 17:14:57 -07:00
										 |  |  |   import { store } from '../../_store/store' | 
					
						
							| 
									
										
										
										
											2018-02-26 21:54:21 -08:00
										 |  |  |   export default { | 
					
						
							|  |  |  |     components: { | 
					
						
							|  |  |  |       Avatar | 
					
						
							| 
									
										
										
										
											2018-03-03 10:11:32 -08:00
										 |  |  |     }, | 
					
						
							| 
									
										
										
										
											2018-03-13 17:14:57 -07:00
										 |  |  |     store: () => store, | 
					
						
							| 
									
										
										
										
											2018-03-03 10:11:32 -08:00
										 |  |  |     computed: { | 
					
						
							|  |  |  |       verifyCredentials: ($currentVerifyCredentials) => $currentVerifyCredentials | 
					
						
							| 
									
										
										
										
											2018-02-26 21:54:21 -08:00
										 |  |  |     } | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | </script> |