snort/packages/app/src/Element/MediaElement.css

16 lines
231 B
CSS
Raw Normal View History

2023-05-04 10:36:21 +00:00
.modal.spotlight .modal-body {
max-width: 100vw;
2023-05-04 10:43:20 +00:00
width: unset;
2023-05-04 10:36:21 +00:00
}
.modal.spotlight img,
.modal.spotlight video {
max-width: 90vw;
max-height: 90vh;
aspect-ratio: unset;
}
.modal.spotlight .close {
text-align: right;
}