Reducing size between table and header/toggle

This commit is contained in:
softsimon 2022-08-29 21:51:42 +02:00
parent 676e83a872
commit 19d78ca519
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7
2 changed files with 3 additions and 3 deletions

View File

@ -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">

View File

@ -10,8 +10,8 @@
.formRadioGroup {
@media (min-width: 435px) {
float: right;
position: relative;
position: absolute;
right: 0;
top: -46px;
}
@media (max-width: 435px) {