From 7bb0d112fccbc56c7a4c892724b63986c824a38c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Wed, 14 Feb 2024 16:33:08 +0100 Subject: [PATCH] Fixed: link cards were affected by media max-height --- TangerineUI-cherry.css | 2 +- TangerineUI-purple.css | 2 +- TangerineUI.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index bed8ef3..8cd050b 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -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 .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; width: auto; } diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 8926cd3..c9b4392 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -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 .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; width: auto; } diff --git a/TangerineUI.css b/TangerineUI.css index 17f5671..96a75b2 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -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 .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; width: auto; }