Browse Source

Merge pull request #42007 from nextcloud/fix/2f-ui

fix: inconsistencies in the shared two-factor UI
Ferdinand Thiessen 5 months ago
parent
commit
50ae2bbeea
3 changed files with 3 additions and 2 deletions
  1. 0 0
      core/css/guest.css
  2. 0 0
      core/css/guest.css.map
  3. 3 2
      core/css/guest.scss

File diff suppressed because it is too large
+ 0 - 0
core/css/guest.css


File diff suppressed because it is too large
+ 0 - 0
core/css/guest.css.map


+ 3 - 2
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;

Some files were not shown because too many files changed in this diff