improve responsivness

This commit is contained in:
FrancescoMolinaro
2024-01-09 12:11:53 +01:00
parent f9474d4586
commit b6245d3c2d
4 changed files with 8 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
.table-responsive {
th, td {
padding: 0.5rem !important;
}
}

View File

@@ -21,6 +21,7 @@ import { SEARCH_CONFIG_SERVICE } from '../../../my-dspace-page/my-dspace-page.co
@Component({ @Component({
selector: 'ds-admin-notify-search-result', selector: 'ds-admin-notify-search-result',
templateUrl: './admin-notify-search-result.component.html', templateUrl: './admin-notify-search-result.component.html',
styleUrls: ['./admin-notify-search-result.component.scss'],
providers: [ providers: [
{ {
provide: SEARCH_CONFIG_SERVICE, provide: SEARCH_CONFIG_SERVICE,

View File

@@ -26,7 +26,7 @@ import { getTabulatableObjectsComponent } from './tabulatable-objects.decorator'
@Component({ @Component({
selector: 'ds-tabulatable-objects-loader', selector: 'ds-tabulatable-objects-loader',
templateUrl: './tabulatable-objects-loader.component.html', templateUrl: './tabulatable-objects-loader.component.html'
}) })
/** /**
* Component for determining what component to use depending on the item's entity type (dspace.entity.type) * Component for determining what component to use depending on the item's entity type (dspace.entity.type)

View File

@@ -17,7 +17,7 @@
(next)="goNext()" (next)="goNext()"
[retainScrollPosition]="true" [retainScrollPosition]="true"
> >
<div class="row" *ngIf="objects?.hasSucceeded"> <div *ngIf="objects?.hasSucceeded">
<div @fadeIn> <div @fadeIn>
<ds-tabulatable-objects-loader [objects]="objects.payload" <ds-tabulatable-objects-loader [objects]="objects.payload"
[context]="context" [context]="context"