mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-8371] fix viewer preview (#4017)
This commit is contained in:
@@ -1217,16 +1217,6 @@
|
||||
"visible": "canInfoPreview"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "app.sidebar.infoDetails",
|
||||
"order": 150,
|
||||
"title": "Info Details",
|
||||
"icon": "info_outline",
|
||||
"color": "accent",
|
||||
"rules": {
|
||||
"visible": "showInfoSelectionButton"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "app.toolbar.aspects",
|
||||
"order": 160,
|
||||
|
||||
@@ -173,7 +173,6 @@ export class ContentServiceExtensionModule {
|
||||
canEditAspects: rules.canEditAspects,
|
||||
canShowExpand: rules.canShowExpand,
|
||||
canInfoPreview: rules.canInfoPreview,
|
||||
showInfoSelectionButton: rules.showInfoSelectionButton,
|
||||
|
||||
'app.selection.canDelete': rules.canDeleteSelection,
|
||||
'app.selection.file.canUnlock': rules.canUnlockFile,
|
||||
|
||||
+4
@@ -92,6 +92,10 @@ aca-search-results {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
flex-basis: 55%;
|
||||
|
||||
.adf-viewer {
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
|
||||
&--preview-toolbar {
|
||||
|
||||
Reference in New Issue
Block a user