From 2316910c0ba885bf1d44314d7234e4d764a02256 Mon Sep 17 00:00:00 2001 From: Brian Date: Sun, 22 Feb 2026 22:49:58 +0100 Subject: [PATCH 1/3] add css from style tag to css file --- user-edit.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/user-edit.css b/user-edit.css index badb1eea..203b2964 100644 --- a/user-edit.css +++ b/user-edit.css @@ -17,3 +17,9 @@ padding: 0.1rem 0.25rem; margin: 0 0.15rem; } + +#two-factor-qr-code { + /* The size of the image will change based on the length of the URL inside it. */ + min-width: 205px; + min-height: 205px; +} From ebe94fbdd606eb0bfd404a3e33647a6e64f1413c Mon Sep 17 00:00:00 2001 From: Brian Date: Sun, 22 Feb 2026 22:50:18 +0100 Subject: [PATCH 2/3] remove style from totp --- providers/class-two-factor-totp.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/providers/class-two-factor-totp.php b/providers/class-two-factor-totp.php index d458d990..1f80e853 100644 --- a/providers/class-two-factor-totp.php +++ b/providers/class-two-factor-totp.php @@ -369,13 +369,6 @@ public function user_two_factor_options( $user ) {

-