kopia lustrzana https://github.com/cheeaun/phanpy
Prevent miscalculated width in large media container
rodzic
527a1551cf
commit
f8e72d1808
|
@ -1371,10 +1371,14 @@ body:has(#modal-container .carousel) .status .media img:hover {
|
||||||
column-gap: 8px;
|
column-gap: 8px;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
.media[data-has-small-dimension] {
|
.media {
|
||||||
width: var(--width, auto) !important;
|
width: var(--width, auto) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* .media[data-has-small-dimension] {
|
||||||
|
width: var(--width, auto) !important;
|
||||||
|
} */
|
||||||
|
|
||||||
figure {
|
figure {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue