Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Unified Diff: ui/login/account_picker/md_user_pod_row.css

Issue 2921213002: Fix misplacement of PIN keyboard and sign-in banner for new login screen (Closed)
Patch Set: Address comments Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/login/account_picker/md_screen_account_picker.css ('k') | ui/login/account_picker/md_user_pod_row.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/account_picker/md_user_pod_row.css
diff --git a/ui/login/account_picker/md_user_pod_row.css b/ui/login/account_picker/md_user_pod_row.css
index 7b98bb6c34c83b4b80844c0885a1e5b17fd65b4d..dd0fb65e45d0e55e683cb30b306f66e5449e9599 100644
--- a/ui/login/account_picker/md_user_pod_row.css
+++ b/ui/login/account_picker/md_user_pod_row.css
@@ -32,12 +32,7 @@ pin-keyboard {
}
.account-picker.flying-pods .pod {
- transition: all 300ms;
-}
-
-.pod.pin-enabled {
- height: 417px;
- top: -87px !important;
+ transition: all 180ms;
}
.pod .pin-container {
@@ -101,7 +96,7 @@ html[dir=rtl] .user-image-pane {
}
.user-image.switch-image-animation {
- animation: switch-image 300ms;
+ animation: switch-image 180ms;
}
.pod .user-image {
@@ -1081,6 +1076,10 @@ html[dir=rtl] .expanded-pane-contents {
width: 306px;
}
+.pod.pin-enabled .large-pod {
+ height: 618px;
+}
+
.small-pod {
height: 74px;
width: 304px;
« no previous file with comments | « ui/login/account_picker/md_screen_account_picker.css ('k') | ui/login/account_picker/md_user_pod_row.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698