From ef8aaa39c87246c80a2535523b5e3aca06eb206f Mon Sep 17 00:00:00 2001 From: Cosmo Myzrail Gorynych Date: Mon, 4 May 2020 20:52:01 +1200 Subject: [PATCH] :bug: Fix alignment of QR code modal in the debugger --- src/styl/tags/debugger/debugger-modal.styl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/styl/tags/debugger/debugger-modal.styl b/src/styl/tags/debugger/debugger-modal.styl index 8dde7c284..d77d8d8dd 100644 --- a/src/styl/tags/debugger/debugger-modal.styl +++ b/src/styl/tags/debugger/debugger-modal.styl @@ -12,6 +12,13 @@ debugger-modal width 45rem padding 2rem 2rem 1rem + left 50% !important + top 50% !important + transform translate(-50%, -50%) + max-width 90vw + max-height 90vh + border-radius 3px + border 1px solid .toright span cursor pointer &:hover