From c51894a8a6cb4affae4ea0c0691f6fce67827db0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Sun, 17 Dec 2023 15:42:55 +0100 Subject: [PATCH] Fixed: unwanted border in full-screen image viewer --- 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 490427a..ec457a3 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -4072,7 +4072,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu /* 🖱️ Interaction modals --------------------- */ -.app-body .modal-root__modal { +.app-body .modal-root__modal:not(.media-modal) { border: 1px solid var(--color-lines); } .app-body .interaction-modal { diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 9c2c4c3..f35ceec 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -4071,7 +4071,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu /* 🖱️ Interaction modals --------------------- */ -.app-body .modal-root__modal { +.app-body .modal-root__modal:not(.media-modal) { border: 1px solid var(--color-lines); } .app-body .interaction-modal { diff --git a/TangerineUI.css b/TangerineUI.css index 718d836..f6f8f96 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -4071,7 +4071,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu /* 🖱️ Interaction modals --------------------- */ -.app-body .modal-root__modal { +.app-body .modal-root__modal:not(.media-modal) { border: 1px solid var(--color-lines); } .app-body .interaction-modal {