tweak text
This commit is contained in:
		
							parent
							
								
									0340a0d16f
								
							
						
					
					
						commit
						edbe0547fd
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
<img alt="Profile picture for {{account.acct}}" src="{{account.avatar_static}}">
 | 
					<img alt="Profile picture for @{{account.acct}}" src="{{account.avatar_static}}">
 | 
				
			||||||
<style>
 | 
					<style>
 | 
				
			||||||
  img {
 | 
					  img {
 | 
				
			||||||
    width: 48px;
 | 
					    width: 48px;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -16,7 +16,7 @@
 | 
				
			||||||
      {{status.account.display_name}}
 | 
					      {{status.account.display_name}}
 | 
				
			||||||
    </a>
 | 
					    </a>
 | 
				
			||||||
    <span class="author-handle">
 | 
					    <span class="author-handle">
 | 
				
			||||||
      {{status.account.acct}}
 | 
					      @{{status.account.acct}}
 | 
				
			||||||
    </span>
 | 
					    </span>
 | 
				
			||||||
    <a class="author-relative-date" rel="noopener" target="_blank" href="{{status.url}}">
 | 
					    <a class="author-relative-date" rel="noopener" target="_blank" href="{{status.url}}">
 | 
				
			||||||
      {{relativeDate}}
 | 
					      {{relativeDate}}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -9,7 +9,7 @@
 | 
				
			||||||
    {{#if instanceUserAccount}}
 | 
					    {{#if instanceUserAccount}}
 | 
				
			||||||
      <h2>Logged in as:</h2>
 | 
					      <h2>Logged in as:</h2>
 | 
				
			||||||
      <div class="acct-current-user">
 | 
					      <div class="acct-current-user">
 | 
				
			||||||
        <img alt="Profile picture for {{instanceUserAccount.acct}}"
 | 
					        <img alt="Profile picture for @{{instanceUserAccount.acct}}"
 | 
				
			||||||
             class="acct-avatar" src="{{instanceUserAccount.avatar}}" />
 | 
					             class="acct-avatar" src="{{instanceUserAccount.avatar}}" />
 | 
				
			||||||
        <a class="acct-handle" rel="noopener" target="_blank"
 | 
					        <a class="acct-handle" rel="noopener" target="_blank"
 | 
				
			||||||
           href="{{instanceUserAccount.url}}">@{{instanceUserAccount.acct}}</a>
 | 
					           href="{{instanceUserAccount.url}}">@{{instanceUserAccount.acct}}</a>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue