From 76e974f86bae8792c2374da563416b394e1c7c68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nile=CC=81ane?= Date: Wed, 17 Jul 2024 17:16:11 +0200 Subject: [PATCH] Fixed clipped border on media --- TangerineUI-cherry.css | 1 + TangerineUI-purple.css | 1 + TangerineUI.css | 1 + 3 files changed, 3 insertions(+) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 51f1b52..d99ac70 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3094,6 +3094,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .media-gallery__item-gifv-thumbnail { cursor: pointer; transition: .2s transform; + overflow: visible; } .app-body .media-gallery__item:active { transform: scale(.98); diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 9cfd8bc..e501efc 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3094,6 +3094,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .media-gallery__item-gifv-thumbnail { cursor: pointer; transition: .2s transform; + overflow: visible; } .app-body .media-gallery__item:active { transform: scale(.98); diff --git a/TangerineUI.css b/TangerineUI.css index 91cfdf2..690bdb3 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3094,6 +3094,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .media-gallery__item-gifv-thumbnail { cursor: pointer; transition: .2s transform; + overflow: visible; } .app-body .media-gallery__item:active { transform: scale(.98);