Reducing size between table and header/toggle
This commit is contained in:
		
							parent
							
								
									676e83a872
								
							
						
					
					
						commit
						19d78ca519
					
				@ -1,4 +1,4 @@
 | 
			
		||||
<div *ngIf="channels$ | async as response; else skeleton">
 | 
			
		||||
<div *ngIf="channels$ | async as response; else skeleton" style="position: relative;">
 | 
			
		||||
  <form [formGroup]="channelStatusForm" class="formRadioGroup">
 | 
			
		||||
    <div class="btn-group btn-group-toggle" ngbRadioGroup name="radioBasic" formControlName="status">
 | 
			
		||||
      <label ngbButtonLabel class="btn-primary btn-sm">
 | 
			
		||||
 | 
			
		||||
@ -10,8 +10,8 @@
 | 
			
		||||
 | 
			
		||||
.formRadioGroup {
 | 
			
		||||
  @media (min-width: 435px) {
 | 
			
		||||
    float: right;
 | 
			
		||||
    position: relative;
 | 
			
		||||
    position: absolute;
 | 
			
		||||
    right: 0;
 | 
			
		||||
    top: -46px;
 | 
			
		||||
  }
 | 
			
		||||
  @media (max-width: 435px) {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user