Media-first style adjustments
This commit is contained in:
parent
6f8f3e4fd0
commit
afdfdb86da
|
@ -1320,13 +1320,11 @@ body:has(#modal-container .carousel) .status .media img:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
.status.skeleton .media-first-container {
|
.status.skeleton .media-first-container {
|
||||||
min-height: 3em;
|
min-height: 320px;
|
||||||
background-color: var(--outline-color);
|
background-color: var(--outline-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.status-media-first {
|
.status-media-first {
|
||||||
animation: appear-smooth 1s ease-out;
|
|
||||||
|
|
||||||
.meta-name {
|
.meta-name {
|
||||||
opacity: 0.65;
|
opacity: 0.65;
|
||||||
transition: opacity 0.5s ease-in-out;
|
transition: opacity 0.5s ease-in-out;
|
||||||
|
@ -1406,6 +1404,10 @@ body:has(#modal-container .carousel) .status .media img:hover {
|
||||||
min-height: var(--min-dimension);
|
min-height: var(--min-dimension);
|
||||||
/* max-height: min(var(--height), 80vh); */
|
/* max-height: min(var(--height), 80vh); */
|
||||||
|
|
||||||
|
&:has(img:not([data-loaded='true'])) {
|
||||||
|
min-height: 320px;
|
||||||
|
}
|
||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
transform: none;
|
transform: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue