mirror of https://github.com/Chocobozzz/PeerTube
				
				
				
			Fix table columns on safari
							parent
							
								
									1bb4c9ab2e
								
							
						
					
					
						commit
						e07c55167e
					
				|  | @ -42,7 +42,7 @@ | |||
|   <ng-template pTemplate="header"> | ||||
|     <tr> | ||||
|       <th style="width: 40px"></th> | ||||
|       <th style="width: calc(100% - 390px)" class="job-id" i18n>ID</th> | ||||
|       <th class="job-id" i18n>ID</th> | ||||
|       <th style="width: 200px" class="job-type" i18n>Type</th> | ||||
|       <th style="width: 200px" class="job-priority" i18n>Priority <small>(1 = highest priority)</small></th> | ||||
|       <th style="width: 200px" class="job-state" i18n *ngIf="jobState === 'all'">State</th> | ||||
|  |  | |||
|  | @ -21,7 +21,7 @@ | |||
|   <ng-template pTemplate="header"> | ||||
|     <tr> | ||||
|       <th style="width: 150px;" i18n>Action</th> <!-- column for action buttons --> | ||||
|       <th style="width: calc(100% - 300px);" i18n>Account</th> | ||||
|       <th i18n>Account</th> | ||||
|       <th style="width: 150px;" i18n pSortableColumn="createdAt">Muted at <p-sortIcon field="createdAt"></p-sortIcon></th> | ||||
|     </tr> | ||||
|   </ng-template> | ||||
|  |  | |||
|  | @ -29,7 +29,7 @@ | |||
|   <ng-template pTemplate="header"> | ||||
|     <tr> | ||||
|       <th style="width: 150px;" i18n>Action</th> <!-- column for action buttons --> | ||||
|       <th style="width: calc(100% - 300px);" i18n>Instance</th> | ||||
|       <th i18n>Instance</th> | ||||
|       <th style="width: 150px;" i18n pSortableColumn="createdAt">Muted at <p-sortIcon field="createdAt"></p-sortIcon></th> | ||||
|     </tr> | ||||
|   </ng-template> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Chocobozzz
						Chocobozzz