Fixed: link cards were affected by media max-height

This commit is contained in:
Niléane 2024-02-14 16:33:08 +01:00
commit 7bb0d112fc
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -2713,7 +2713,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
} }
.app-body div:not(.detailed-status) > .media-gallery:has(.media-gallery__item.standalone), .app-body div:not(.detailed-status) > .media-gallery:has(.media-gallery__item.standalone),
.app-body .status > *:not(.status__info, .status__content, .status__action-bar, .status__line) { .app-body .status > *:not(.status__info, .status__content, .status__action-bar, .status__line, .status-card) {
max-height: 450px; max-height: 450px;
width: auto; width: auto;
} }

View file

@ -2713,7 +2713,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
} }
.app-body div:not(.detailed-status) > .media-gallery:has(.media-gallery__item.standalone), .app-body div:not(.detailed-status) > .media-gallery:has(.media-gallery__item.standalone),
.app-body .status > *:not(.status__info, .status__content, .status__action-bar, .status__line) { .app-body .status > *:not(.status__info, .status__content, .status__action-bar, .status__line, .status-card) {
max-height: 450px; max-height: 450px;
width: auto; width: auto;
} }

View file

@ -2713,7 +2713,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
} }
.app-body div:not(.detailed-status) > .media-gallery:has(.media-gallery__item.standalone), .app-body div:not(.detailed-status) > .media-gallery:has(.media-gallery__item.standalone),
.app-body .status > *:not(.status__info, .status__content, .status__action-bar, .status__line) { .app-body .status > *:not(.status__info, .status__content, .status__action-bar, .status__line, .status-card) {
max-height: 450px; max-height: 450px;
width: auto; width: auto;
} }