diff --git a/web/account/log-in-form.css b/web/account/log-in-form.css --- a/web/account/log-in-form.css +++ b/web/account/log-in-form.css @@ -130,8 +130,8 @@ align-items: center; justify-content: center; background: var(--fg); - width: 205px; - height: 205px; + width: 195px; + height: 195px; } div.new_modal_body .buttons { diff --git a/web/account/qr-code-login.css b/web/account/qr-code-login.css --- a/web/account/qr-code-login.css +++ b/web/account/qr-code-login.css @@ -50,6 +50,6 @@ align-items: center; justify-content: center; background: var(--fg); - width: 310px; - height: 310px; + width: 300px; + height: 300px; }