Merge remote-tracking branch 'soapbox/next' into next_
This commit is contained in:
commit
75e8525798
4 changed files with 2 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
@ -103,6 +103,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.media-gallery__preview {
|
.media-gallery__preview {
|
||||||
|
@apply bg-gray-200 dark:bg-slate-900;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
|
@ -110,7 +111,6 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
background: var(--background-color);
|
|
||||||
|
|
||||||
.still-image--play-on-hover::before {
|
.still-image--play-on-hover::before {
|
||||||
content: 'GIF';
|
content: 'GIF';
|
||||||
|
|
|
@ -119,6 +119,7 @@
|
||||||
video {
|
video {
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
max-height: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue