Merge remote-tracking branch 'dspace/main' into process-admin-ui-redesign-8.0.0-next

This commit is contained in:
Andreas Awouters
2024-01-29 11:19:42 +01:00
4 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
<div *ngIf="logo" class="dso-logo mb-3">
<img [src]="logo._links.content.href" class="img-fluid" [attr.alt]="alternateText ? alternateText : null" (error)="errorHandler($event)"/>
<img [src]="logo._links.content.href" class="w-100 img-fluid" [attr.alt]="alternateText ? alternateText : null" (error)="errorHandler($event)"/>
</div>

View File

@@ -0,0 +1,4 @@
img {
max-width: var(--ds-comcol-logo-max-width);
max-height: var(--ds-comcol-logo-max-height);
}

View File

@@ -1914,7 +1914,7 @@
"info.feedback.page-label": "Page",
"info.feedback.page_help": "Tha page related to your feedback",
"info.feedback.page_help": "The page related to your feedback",
"item.alerts.private": "This item is non-discoverable",

View File

@@ -103,6 +103,9 @@
--ds-dso-edit-actions-width: 173px;
--ds-dso-edit-virtual-tooltip-min-width: 300px;
--ds-comcol-logo-max-width: 500px;
--ds-comcol-logo-max-height: 500px;
--ds-process-overview-table-nb-processes-badge-size: 0.5em;
--ds-process-overview-table-status-column-width: 150px;
--ds-process-overview-table-name-column-width: auto;