mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 03:23:07 +00:00
improve responsivness
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
.table-responsive {
|
||||||
|
th, td {
|
||||||
|
padding: 0.5rem !important;
|
||||||
|
}
|
||||||
|
}
|
@@ -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,
|
||||||
|
@@ -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)
|
||||||
|
@@ -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"
|
||||||
|
Reference in New Issue
Block a user