From 1b41d39032cff96c787ad573ab3a263490436426 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sat, 20 Jan 2024 10:26:01 +0800 Subject: [PATCH] Stretch svg dimensions --- src/app.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app.css b/src/app.css index b766d414..7c3798b4 100644 --- a/src/app.css +++ b/src/app.css @@ -1676,6 +1676,8 @@ body:has(.media-modal-container + .status-deck) .media-post-link { svg { contain: none; + width: 100%; + height: 100%; } }