Skip to content

Commit

Permalink
[MNT-23433] add property for info button
Browse files Browse the repository at this point in the history
  • Loading branch information
AnukritiGL committed Jan 3, 2024
1 parent 46565a2 commit db141b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
[allowDownload]="false"
[allowFullScreen]="false"
[overlayMode]="true"
[hideInfoButton]="true"
[closeButtonPosition]="'viewer.closeButtonPosition' | adfAppConfig: 'right'"
(showViewerChange)="onViewerVisibilityChanged()"
[canNavigateBefore]="!!previousNodeId"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,6 @@
}
}

.adf-right-close-button {
padding-left: 12px;
}

// todo: remove this when viewer supports extensions
.adf-viewer-toolbar > * > button:last-child:not(.adf-right-close-button) {
display: none;
}

.adf-viewer-toolbar.adf-viewer-right-close-button > * > button:nth-last-child(3) {
display: none;
}

.adf-alfresco-viewer.aca-right_side--hide .adf-viewer__sidebar__right {
width: 0;
}
Expand Down

0 comments on commit db141b6

Please sign in to comment.