You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mediarepo/mediarepo-ui/src/app/components/shared/file-multiview/file-gallery/content-viewer/content-viewer.component.scss

22 lines
344 B
SCSS

app-image-viewer, app-video-viewer, app-audio-viewer {
width: 100%;
height: 100%;
}
.download-prompt {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
button {
margin: 1em 0 auto;
align-self: center;
}
span {
margin: auto 0 0;
align-self: center;
}
}