Prevent miscalculated width in large media container

This commit is contained in:
Lim Chee Aun 2024-06-22 12:42:23 +08:00
parent 527a1551cf
commit f8e72d1808

View file

@ -1371,10 +1371,14 @@ body:has(#modal-container .carousel) .status .media img:hover {
column-gap: 8px;
flex-wrap: wrap;
.media[data-has-small-dimension] {
.media {
width: var(--width, auto) !important;
}
/* .media[data-has-small-dimension] {
width: var(--width, auto) !important;
} */
figure {
flex-direction: column;