mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 16:46:28 +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;
|
||||
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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue