From 9043536f8c9cc669af684038b9659dd35e529780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Thu, 14 Dec 2023 21:20:03 +0100 Subject: [PATCH] Applying maximum height to video --- TangerineUI-cherry.css | 5 +++-- TangerineUI-purple.css | 5 +++-- TangerineUI.css | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 3f0bad5..8985263 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -1906,7 +1906,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu border: 1px solid var(--color-lines); } -.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) { max-height: 450px; width: auto; } @@ -2504,7 +2505,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .navigation-panel__legal { order: 14; } - .app-body .flex-spacer { + .app-body *:not(.compose-panel) > .flex-spacer { order: 15; } .app-body .getting-started__trends { diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index fbf7603..9d021a8 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -1905,7 +1905,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu border: 1px solid var(--color-lines); } -.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) { max-height: 450px; width: auto; } @@ -2503,7 +2504,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .navigation-panel__legal { order: 14; } - .app-body .flex-spacer { + .app-body *:not(.compose-panel) > .flex-spacer { order: 15; } .app-body .getting-started__trends { diff --git a/TangerineUI.css b/TangerineUI.css index db54449..33e6f91 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -1905,7 +1905,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu border: 1px solid var(--color-lines); } -.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) { max-height: 450px; width: auto; } @@ -2503,7 +2504,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .navigation-panel__legal { order: 14; } - .app-body .flex-spacer { + .app-body *:not(.compose-panel) > .flex-spacer { order: 15; } .app-body .getting-started__trends {