Message / Location: Fix pin layout

This commit is contained in:
Alexander Zinchuk 2022-11-29 17:56:27 +01:00
parent a087e7a429
commit 76e7757646

View File

@ -4,9 +4,10 @@
.media-inner {
position: relative;
video,
img,
canvas {
video.full-media,
img.full-media,
img.thumbnail,
canvas.thumbnail {
width: 100%;
height: 100%;
display: block;
@ -22,8 +23,6 @@
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.media-loading {