From 0e98f52058695935855c998d381c1ad5f298b417 Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Sun, 17 Aug 2025 14:15:24 +1000 Subject: [PATCH] fix: UIfile styling applying on documents --- src/css/injected.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/injected.scss b/src/css/injected.scss index 7eaa0df1..f66995a3 100644 --- a/src/css/injected.scss +++ b/src/css/injected.scss @@ -2001,7 +2001,7 @@ div.dailycalMarker { margin-top: 4px !important; } -a.uiFile { +a.uiFile:not(.rows) { display: flex !important; height: auto !important; width: 200px !important;