mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +01:00
Exclude wide media for status cards
This commit is contained in:
parent
99b4842586
commit
222786f202
1 changed files with 1 additions and 1 deletions
|
@ -684,7 +684,7 @@
|
||||||
/* min-height: 0 !important; */
|
/* min-height: 0 !important; */
|
||||||
max-height: none !important;
|
max-height: none !important;
|
||||||
}
|
}
|
||||||
.status-carousel .status .media-container {
|
.status-carousel .status .media-container:not(.status-card .media-container) {
|
||||||
margin-inline: -16px;
|
margin-inline: -16px;
|
||||||
max-width: calc(100% + 16px + 16px) !important;
|
max-width: calc(100% + 16px + 16px) !important;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue