Skip to content

Commit

Permalink
Merge remote-tracking branch 'dspace/main' into process-admin-ui-rede…
Browse files Browse the repository at this point in the history
…sign-8.0.0-next
  • Loading branch information
AAwouters committed Jan 29, 2024
2 parents 5d00c6b + 5b9a98a commit 87bb3ca
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
img {
max-width: var(--ds-comcol-logo-max-width);
max-height: var(--ds-comcol-logo-max-height);
}
2 changes: 1 addition & 1 deletion src/assets/i18n/en.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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",

Expand Down
3 changes: 3 additions & 0 deletions src/styles/_custom_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 87bb3ca

Please sign in to comment.