From f8ecb305f6229db93989e0f63895322f4946a9c2 Mon Sep 17 00:00:00 2001 From: SpiritCroc Date: Tue, 3 Dec 2024 19:52:46 +0100 Subject: [PATCH] Drop caption fixup patch Has been added upstream in v1.11.87 --- .../0026-Fix-captions-in-bubble-layout.patch | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 patches/element-web/0026-Fix-captions-in-bubble-layout.patch diff --git a/patches/element-web/0026-Fix-captions-in-bubble-layout.patch b/patches/element-web/0026-Fix-captions-in-bubble-layout.patch deleted file mode 100644 index 2e1da09..0000000 --- a/patches/element-web/0026-Fix-captions-in-bubble-layout.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 7fb604f189e547daf72cd93ce53f8a76c733c321 Mon Sep 17 00:00:00 2001 -From: SpiritCroc -Date: Thu, 31 Oct 2024 17:33:32 +0100 -Subject: Fix captions in bubble layout - -Image height of 100% combined with overflow-y: hidden was causing -caption to be invisible in bubble layout. ---- - res/css/views/rooms/_EventBubbleTile.pcss | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/res/css/views/rooms/_EventBubbleTile.pcss b/res/css/views/rooms/_EventBubbleTile.pcss -index a5f5480010..fbb1ad2e1b 100644 ---- a/res/css/views/rooms/_EventBubbleTile.pcss -+++ b/res/css/views/rooms/_EventBubbleTile.pcss -@@ -336,7 +336,6 @@ Please see LICENSE files in the repository root for full details. - - .mx_MImageBody { - width: 100%; -- height: 100%; - - .mx_MImageBody_thumbnail.mx_MImageBody_thumbnail--blurhash { - position: unset; --- -2.47.0 -