From f8bba997bf560a9aeb954fe9fc8042a30d378a3d Mon Sep 17 00:00:00 2001 From: Sunny <8181990+TheLastZombie@users.noreply.github.com> Date: Wed, 3 Sep 2025 15:16:49 +0000 Subject: [PATCH] Fix URL of dialog close icon (#267) --- web/static/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/static/default.css b/web/static/default.css index f80f61f..a70e8dc 100644 --- a/web/static/default.css +++ b/web/static/default.css @@ -354,7 +354,7 @@ kbd { margin: 0; padding: 8px; border: none; - background: url(/web/static/icon/x.svg) no-repeat 8px 8px / 16px 16px; + background: url(/static/icon/x.svg) no-repeat 8px 8px / 16px 16px; width: 32px; height: 32px; cursor: pointer;