From be9489f939b3518f9c3a73b9e54ba0f9d34ae24c Mon Sep 17 00:00:00 2001 From: retoor Date: Fri, 24 Jan 2025 16:43:57 +0100 Subject: [PATCH] Docs. --- src/snek/static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/snek/static/style.css b/src/snek/static/style.css index d2cda8c..63a28ed 100644 --- a/src/snek/static/style.css +++ b/src/snek/static/style.css @@ -19,6 +19,10 @@ width: 100%; left: 0px; } + .dialog { + width: 100%; + left: 0px; + } }