From ccca8a32cb5ebbcb243bdd2423a2d98e7b4d75d0 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 25 May 2025 01:16:07 +0200 Subject: [PATCH] Set width of dialog to full container in settings.html --- settings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.html b/settings.html index a461645..8654ee8 100644 --- a/settings.html +++ b/settings.html @@ -40,7 +40,7 @@ .dialog { position: relative; z-index: 10; - width: 420px; + width: 100%; color: var(--accent); background: rgba(255,255,255,0.93); border-radius: 5px;