diff options
author | Richard Steinmetz <richard@steinmetz.cloud> | 2023-12-04 12:36:54 +0100 |
---|---|---|
committer | Richard Steinmetz <richard@steinmetz.cloud> | 2023-12-04 12:36:54 +0100 |
commit | e19dd541ac6ef12b580dd006d0e0c8cf03c39835 (patch) | |
tree | 1ea00c65d3f7a12c92a4f8bd5fd77d7cee1cb962 /core/css/guest.scss | |
parent | f778c6c34491031b5708bba786116dd72ec19aff (diff) | |
download | nextcloud-server-e19dd541ac6ef12b580dd006d0e0c8cf03c39835.tar.gz nextcloud-server-e19dd541ac6ef12b580dd006d0e0c8cf03c39835.zip |
fix: inconsistencies in the shared two-factor UI
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to 'core/css/guest.scss')
-rw-r--r-- | core/css/guest.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/css/guest.scss b/core/css/guest.scss index be352135de4..de13bfd6fda 100644 --- a/core/css/guest.scss +++ b/core/css/guest.scss @@ -424,8 +424,9 @@ form .warning input[type='checkbox']+label { } .body-login-container.two-factor { - max-width: 290px; - margin: 15px auto 0; + // Same size as login box and dashboard panels + width: 320px; + box-sizing: border-box; } .two-factor-provider { display: flex; |