Document popover previews

This commit is contained in:
Michael Shamoon 2021-02-06 00:40:18 -08:00
parent 08d96a1b76
commit 41540a3a5f
6 changed files with 99 additions and 6 deletions

View file

@ -34,3 +34,21 @@
.doc-img-background-selected {
background-color: $primaryFaded;
}
::ng-deep .popover {
max-width: 40rem;
.preview {
min-width: 10rem;
min-height: 10rem;
max-height: 25rem;
overflow-y: scroll;
}
.spinner-border {
position: absolute;
top: 4rem;
left: calc(50% - 0.5rem);
z-index: 0;
}
}