Merge branch 'RED-9950' into 'master'

RED-9950: increased document viewer space.

See merge request redactmanager/red-ui!557
This commit is contained in:
Dan Percic 2024-08-29 16:22:00 +02:00
commit 2d1928ebd0
3 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@
flex-direction: column;
&.documine-width {
width: calc(var(--documine-workload-content-width));
width: calc(var(--documine-workload-content-width) - 50px);
border-right: 1px solid var(--iqser-separator);
z-index: 1;

View File

@ -48,8 +48,6 @@ mat-icon {
border-bottom: 1px solid var(--iqser-separator);
}
border-bottom: 1px solid var(--iqser-separator);
margin-left: 26px;
margin-right: 26px;
}
}
}

View File

@ -170,7 +170,9 @@ body {
--iqser-app-name-font-size: 13px;
--iqser-logo-size: 28px;
--documine-viewer-width: calc(
100% - var(--structured-component-management-width) - var(--documine-workload-content-width) - var(--quick-navigation-width) - 3px
100% - var(--structured-component-management-width) - calc(var(--documine-workload-content-width) - 50px) - var(
--quick-navigation-width
) - 3px
);
--viewer-height: calc(100% - calc(var(--iqser-top-bar-height) + 50px));
}