From 16273cf012038a520585b845e62b0d46ca2eb6d9 Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Sun, 17 Aug 2025 09:07:26 +1000 Subject: [PATCH] style: show icon on image files --- src/css/injected.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/injected.scss b/src/css/injected.scss index e22b625b..7eaa0df1 100644 --- a/src/css/injected.scss +++ b/src/css/injected.scss @@ -2025,6 +2025,7 @@ a.uiFile { svg { color: white; position: unset !important; + display: unset !important; width: auto !important; height: 42px !important; z-index: 1 !important;