[AAE-36397] ADF viewer image is no longer cropped (#10997)

Co-authored-by: MichalKinas <michal.kinas@hyland.com>
This commit is contained in:
Vito Albano
2025-07-07 16:48:49 +01:00
committed by GitHub
co-authored by MichalKinas
parent 7d7244c07e
commit 328bd93f7f
4 changed files with 0 additions and 42 deletions
@@ -64,13 +64,3 @@
}
}
}
.adf-viewer-inline {
.adf-image-viewer {
height: 100%;
.adf-image-container {
height: 100%;
}
}
}
@@ -7,7 +7,3 @@
justify-content: center;
color: var(--adf-theme-foreground-text-color);
}
.adf-viewer-inline .adf-viewer__unknown-format-view {
height: 100%;
}
@@ -86,19 +86,3 @@
display: contents;
}
}
.adf-viewer-inline {
.adf-viewer-render {
&-main-loader {
position: unset;
}
&-layout-content > div {
height: 100%;
}
&__loading-screen {
height: 100%;
}
}
}
@@ -53,18 +53,6 @@
}
}
&-inline {
display: flex;
width: 100%;
height: 100%;
position: unset;
.adf-viewer__file-title {
position: unset;
transform: unset;
}
}
&__display-name {
font-size: var(--theme-subheading-2-font-size);
line-height: 1.5;