From d5045620706c8f859ff43360bb8fe54c112a2e03 Mon Sep 17 00:00:00 2001 From: Sominemo Date: Thu, 9 Jan 2025 13:00:33 +0200 Subject: [PATCH] Fix icon picker in Firefox --- editor.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/editor.html b/editor.html index eb3b762e..7a1306cd 100644 --- a/editor.html +++ b/editor.html @@ -319,7 +319,7 @@ z-index: 100; margin-top: 5px; max-height: 300px; - max-width: 250px; + width: 250px; overflow-y: scroll; scrollbar-width: thin; } @@ -339,6 +339,12 @@ gap: 10px; align-items: center; padding: 5px; + width: 100%; + } + + .icon-header-row input { + width: 0; + flex: 1 1 auto; } .picker-subtext {