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

Unified Diff: chrome/browser/resources/vr_shell/vr_shell_ui.css

Issue 2500283003: Allow the VR omnibox to be transient. (Closed)
Patch Set: Created 4 years, 1 month 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
Index: chrome/browser/resources/vr_shell/vr_shell_ui.css
diff --git a/chrome/browser/resources/vr_shell/vr_shell_ui.css b/chrome/browser/resources/vr_shell/vr_shell_ui.css
index 07daf35f377ba028e087079d67356722347bb27f..b0ad92bbbfc89dd0b04bc8f3961053ad40c62f0f 100644
--- a/chrome/browser/resources/vr_shell/vr_shell_ui.css
+++ b/chrome/browser/resources/vr_shell/vr_shell_ui.css
@@ -139,10 +139,13 @@ html {
padding: 12px;
}
-#omni {
+#omni-container {
--tranX: 0;
- --tranY: -0.5;
- --tranZ: -1.0;
+ --tranY: -0.65;
+ --tranZ: -1.2;
+}
+
+#omni {
align-items: center;
background-color: rgba(255, 255, 255, 0.9);
border-radius: 100px;
@@ -153,7 +156,7 @@ html {
margin-bottom: 60px;
margin-top: 0;
opacity: 1;
- transition: opacity 250ms ease, margin-top 250ms ease;
+ transition: opacity 500ms ease, margin-top 500ms ease;
white-space: nowrap;
width: 512px;
}
« no previous file with comments | « no previous file | chrome/browser/resources/vr_shell/vr_shell_ui.html » ('j') | chrome/browser/resources/vr_shell/vr_shell_ui.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698