From a5bf15ccdc166d2cb59370ca0bd158555b9b3ee3 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Fri, 6 Sep 2024 14:27:08 +0000 Subject: [PATCH] Wider 'No icons found' text --- public/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/style.css b/public/style.css index 189bc39cd..68a62dfbb 100644 --- a/public/style.css +++ b/public/style.css @@ -5453,6 +5453,7 @@ body:not(.movingUI) .drawer-content.maximized { content: 'No icons found'; color: var(--SmartThemeBodyColor); opacity: 0.7; + width: max-content; } #AdvancedFormatting .autoSetHeight {