mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-08 14:51:14 +00:00
* merge action in toolbar submenu * viewer add info drawer action * toggle infoDrawer extension action * hide viewer toolbar info drawer action * fix typo * allow to unsubscribe from infoDrawerOpened event
24 lines
386 B
SCSS
24 lines
386 B
SCSS
.app-preview {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.adf-viewer-toolbar .adf-toolbar-divider {
|
|
display: none;
|
|
}
|
|
|
|
.adf-viewer-toolbar-actions {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
|
|
.adf-toolbar-divider {
|
|
display: inline;
|
|
}
|
|
}
|
|
|
|
// todo: remove this when viewer supports extensions
|
|
.adf-viewer-toolbar .mat-toolbar > button:last-child {
|
|
display: none;
|
|
}
|