mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 16:46:28 +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; */
|
||||
max-height: none !important;
|
||||
}
|
||||
.status-carousel .status .media-container {
|
||||
.status-carousel .status .media-container:not(.status-card .media-container) {
|
||||
margin-inline: -16px;
|
||||
max-width: calc(100% + 16px + 16px) !important;
|
||||
|
||||
|
|
Loading…
Reference in a new issue