From 01853bd238d852d81be3fd748c809f2390107440 Mon Sep 17 00:00:00 2001 From: Fabien Quatravaux Date: Tue, 31 Mar 2020 12:23:55 +0200 Subject: [PATCH] [fix] Display join only dialog correctly on the screen --- themes/MetroMumbleLight/main.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/MetroMumbleLight/main.scss b/themes/MetroMumbleLight/main.scss index 411f944..076c6fb 100644 --- a/themes/MetroMumbleLight/main.scss +++ b/themes/MetroMumbleLight/main.scss @@ -432,10 +432,10 @@ form { height: 100%; } .join-dialog { - width: 100%; - height: 100%; - top: 0px; - left: 0px; + width: 300px; + height: 100px; + top: 50%; + left: 50%; } .join-dialog .dialog-submit { float: none;