fix minor design issue (#297)
This commit is contained in:
		
							parent
							
								
									75d4f51c97
								
							
						
					
					
						commit
						8035662f93
					
				
					 1 changed files with 8 additions and 1 deletions
				
			
		| 
						 | 
					@ -38,8 +38,15 @@
 | 
				
			||||||
    justify-content: space-between;
 | 
					    justify-content: space-between;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  .status-toolbar.status-in-own-thread {
 | 
					  .status-toolbar.status-in-own-thread {
 | 
				
			||||||
    margin-left: 58px;
 | 
					    margin-left: 63px; /* offset to align all toolbar items: 48px avatar + 15px margin-right */
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  @media (max-width: 767px) {
 | 
				
			||||||
 | 
					    .status-toolbar.status-in-own-thread {
 | 
				
			||||||
 | 
					      margin-left: 53px; /* offset to align all toolbar items: 48px avatar + 5px margin-right */
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
</style>
 | 
					</style>
 | 
				
			||||||
<script>
 | 
					<script>
 | 
				
			||||||
  import IconButton from '../IconButton.html'
 | 
					  import IconButton from '../IconButton.html'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue