mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
28 lines
469 B
SCSS
28 lines
469 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;
|
|
}
|
|
|
|
.adf-alfresco-viewer.right_side--hide .adf-viewer__sidebar__right {
|
|
width: 0;
|
|
}
|