mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 00:56:23 +01:00
Media-first style adjustments
This commit is contained in:
parent
6f8f3e4fd0
commit
afdfdb86da
1 changed files with 5 additions and 3 deletions
|
@ -1320,13 +1320,11 @@ body:has(#modal-container .carousel) .status .media img:hover {
|
|||
}
|
||||
|
||||
.status.skeleton .media-first-container {
|
||||
min-height: 3em;
|
||||
min-height: 320px;
|
||||
background-color: var(--outline-color);
|
||||
}
|
||||
|
||||
.status-media-first {
|
||||
animation: appear-smooth 1s ease-out;
|
||||
|
||||
.meta-name {
|
||||
opacity: 0.65;
|
||||
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);
|
||||
/* max-height: min(var(--height), 80vh); */
|
||||
|
||||
&:has(img:not([data-loaded='true'])) {
|
||||
min-height: 320px;
|
||||
}
|
||||
|
||||
&:active {
|
||||
transform: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue