From a0fc4885f1102b79945488ef8453423c46e158d6 Mon Sep 17 00:00:00 2001 From: Sunny Date: Thu, 21 Aug 2025 09:08:33 +0200 Subject: [PATCH] Fix URL of dialog close icon --- 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;