mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-23 14:13:21 +01:00
Prevent miscalculated width in large media container
This commit is contained in:
parent
527a1551cf
commit
f8e72d1808
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue