Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
eb1f71b
Update content area of login screens to use StepContainerV2
tellthemachines Apr 24, 2025
372501a
Dead code removal
tellthemachines Apr 29, 2025
4a176ff
Untangle Gravatar and WP Job Manager logins from isWhiteLogin
tellthemachines Apr 30, 2025
6ffd62b
Extract header text rendering logic from LoginBlock
tellthemachines Apr 30, 2025
1bd8bbb
Correct header text logic and wp cloud logo
tellthemachines May 1, 2025
2aa9fb8
Move things around and re-style them
tellthemachines May 1, 2025
8c4353a
Use component alignment
tellthemachines May 2, 2025
e5f4ab0
Remove extra padding and update tos
tellthemachines May 2, 2025
a2d1a89
Additional merge-related changes
tellthemachines May 5, 2025
9b294bd
Remove continue as user height
tellthemachines May 5, 2025
a6744a0
Remove convoluted button widths
tellthemachines May 5, 2025
7ae288a
Fix scrollbar
tellthemachines May 6, 2025
54932d7
Improve syntax
tellthemachines May 7, 2025
4bd7d26
Remove positioning from "Not you"
tellthemachines May 8, 2025
2f96128
Update `showContinueAsUser` to optional boolean in getHeaderText
tellthemachines May 9, 2025
bf6d2db
Fix use of `is-white-login` in magic login component
tellthemachines May 9, 2025
00b2c42
Fix height in magic login
tellthemachines May 9, 2025
b6fe8f2
Update header condition to isWhiteLogin
tellthemachines May 12, 2025
812efc3
Fix weird a4a login screen
tellthemachines May 12, 2025
c1b195e
Remove privateSite mentions
tellthemachines May 13, 2025
6844749
Reapply changes from #103213
tellthemachines May 13, 2025
5da5d13
Fix typo
tellthemachines May 13, 2025
5c876e3
Fix margin for 2fa screen
tellthemachines May 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions client/blocks/login/continue-as-user.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,12 @@
width: 100%;
}
}

.is-white-login {
.continue-as-user {
height: auto;
}
.continue-as-user__not-you {
position: static;
}
}
Loading