Fix extra space between status text and username (#5902)
This commit is contained in:
		
							parent
							
								
									11a9900269
								
							
						
					
					
						commit
						1696fe1c84
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -512,7 +512,6 @@
 | 
			
		|||
  font-weight: 400;
 | 
			
		||||
  overflow: hidden;
 | 
			
		||||
  white-space: pre-wrap;
 | 
			
		||||
  padding-top: 5px;
 | 
			
		||||
 | 
			
		||||
  &.status__content--with-spoiler {
 | 
			
		||||
    white-space: normal;
 | 
			
		||||
| 
						 | 
				
			
			@ -525,7 +524,7 @@
 | 
			
		|||
  .emojione {
 | 
			
		||||
    width: 20px;
 | 
			
		||||
    height: 20px;
 | 
			
		||||
    margin: -5px 0 0;
 | 
			
		||||
    margin: -3px 0 0;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  p {
 | 
			
		||||
| 
						 | 
				
			
			@ -761,7 +760,7 @@
 | 
			
		|||
.status__action-bar {
 | 
			
		||||
  align-items: center;
 | 
			
		||||
  display: flex;
 | 
			
		||||
  margin-top: 5px;
 | 
			
		||||
  margin-top: 10px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.status__action-bar-button {
 | 
			
		||||
| 
						 | 
				
			
			@ -794,7 +793,7 @@
 | 
			
		|||
    .emojione {
 | 
			
		||||
      width: 24px;
 | 
			
		||||
      height: 24px;
 | 
			
		||||
      margin: -5px 0 0;
 | 
			
		||||
      margin: -3px 0 0;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue