Fix URL of dialog close icon (#267)

This commit is contained in:
Sunny 2025-09-03 15:16:49 +00:00 committed by GitHub
parent 4cf4d1695f
commit f8bba997bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -354,7 +354,7 @@ kbd {
margin: 0; margin: 0;
padding: 8px; padding: 8px;
border: none; 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; width: 32px;
height: 32px; height: 32px;
cursor: pointer; cursor: pointer;