From a4c917f9ca8292a18c12885bb2e2dce41dab115f Mon Sep 17 00:00:00 2001 From: Juliusz Chroboczek Date: Sat, 14 Mar 2026 13:23:20 +0100 Subject: [PATCH] Fix width of invite dialog. Reported by on6zq. --- static/galene.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/galene.css b/static/galene.css index e1354c1..448b992 100644 --- a/static/galene.css +++ b/static/galene.css @@ -1396,7 +1396,7 @@ header .collapse:hover { #invite-dialog input { margin-top: 1em; - width: 12em; + width: 16em; padding: .2em }