Fix status header display in toot mobile menu
This commit is contained in:
		
							parent
							
								
									ef1504d625
								
							
						
					
					
						commit
						adbb174c9c
					
				
					 1 changed files with 10 additions and 3 deletions
				
			
		| 
						 | 
					@ -415,14 +415,21 @@
 | 
				
			||||||
  position: relative;
 | 
					  position: relative;
 | 
				
			||||||
  flex-direction: column;
 | 
					  flex-direction: column;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  .status__relative-time {
 | 
				
			||||||
 | 
					    color: $dark-text-color;
 | 
				
			||||||
 | 
					    float: right;
 | 
				
			||||||
 | 
					    font-size: 14px;
 | 
				
			||||||
 | 
					    width: auto;
 | 
				
			||||||
 | 
					    margin: initial;
 | 
				
			||||||
 | 
					    padding: initial;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  .status__display-name {
 | 
					  .status__display-name {
 | 
				
			||||||
    display: flex;
 | 
					    display: flex;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  .status__avatar {
 | 
					  .status__avatar {
 | 
				
			||||||
    height: 28px;
 | 
					    height: 48px;
 | 
				
			||||||
    left: 10px;
 | 
					 | 
				
			||||||
    top: 10px;
 | 
					 | 
				
			||||||
    width: 48px;
 | 
					    width: 48px;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue