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

15 lines
215 B
CSS
Raw Normal View History

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