Fix spacing of middle dots in the detailed status meta section (#25247)
This commit is contained in:
		
							parent
							
								
									b0780cfeed
								
							
						
					
					
						commit
						acc419b81b
					
				@ -217,7 +217,7 @@ class DetailedStatus extends ImmutablePureComponent {
 | 
				
			|||||||
    } else if (this.context.router) {
 | 
					    } else if (this.context.router) {
 | 
				
			||||||
      reblogLink = (
 | 
					      reblogLink = (
 | 
				
			||||||
        <>
 | 
					        <>
 | 
				
			||||||
           ·
 | 
					          {' · '}
 | 
				
			||||||
          <Link to={`/@${status.getIn(['account', 'acct'])}/${status.get('id')}/reblogs`} className='detailed-status__link'>
 | 
					          <Link to={`/@${status.getIn(['account', 'acct'])}/${status.get('id')}/reblogs`} className='detailed-status__link'>
 | 
				
			||||||
            <Icon id={reblogIcon} />
 | 
					            <Icon id={reblogIcon} />
 | 
				
			||||||
            <span className='detailed-status__reblogs'>
 | 
					            <span className='detailed-status__reblogs'>
 | 
				
			||||||
@ -229,7 +229,7 @@ class DetailedStatus extends ImmutablePureComponent {
 | 
				
			|||||||
    } else {
 | 
					    } else {
 | 
				
			||||||
      reblogLink = (
 | 
					      reblogLink = (
 | 
				
			||||||
        <>
 | 
					        <>
 | 
				
			||||||
           ·
 | 
					          {' · '}
 | 
				
			||||||
          <a href={`/interact/${status.get('id')}?type=reblog`} className='detailed-status__link' onClick={this.handleModalLink}>
 | 
					          <a href={`/interact/${status.get('id')}?type=reblog`} className='detailed-status__link' onClick={this.handleModalLink}>
 | 
				
			||||||
            <Icon id={reblogIcon} />
 | 
					            <Icon id={reblogIcon} />
 | 
				
			||||||
            <span className='detailed-status__reblogs'>
 | 
					            <span className='detailed-status__reblogs'>
 | 
				
			||||||
@ -263,7 +263,7 @@ class DetailedStatus extends ImmutablePureComponent {
 | 
				
			|||||||
    if (status.get('edited_at')) {
 | 
					    if (status.get('edited_at')) {
 | 
				
			||||||
      edited = (
 | 
					      edited = (
 | 
				
			||||||
        <>
 | 
					        <>
 | 
				
			||||||
           ·
 | 
					          {' · '}
 | 
				
			||||||
          <EditedTimestamp statusId={status.get('id')} timestamp={status.get('edited_at')} />
 | 
					          <EditedTimestamp statusId={status.get('id')} timestamp={status.get('edited_at')} />
 | 
				
			||||||
        </>
 | 
					        </>
 | 
				
			||||||
      );
 | 
					      );
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user