UI: update logo and sidebar animation
1. Use the new logo in the top bar. It has less details
and adheres more to the guidelines.
2. Minor update to the favicon.
3. Fix the sidebar animation. This improves 2 things:
- Makes the sidebar visibility: hidden when hidden.
Previously it was still translated off screen. That has
the downside that TAB navigation will still go through its
elements (so eventually if somebody hits TAB TAB ENTER they
will end up triggering some menu they didn't see)
- Animates the hide/show transition.
Change-Id: I75608fcd7f443e37c908630674b4e62b9580e948
diff --git a/ui/query.html b/ui/query.html
index 53bf614..bd45758 100644
--- a/ui/query.html
+++ b/ui/query.html
@@ -2,7 +2,7 @@
<html lang="en-us">
<head>
<title>Perfetto - Query</title>
- <link rel="icon" type="image/png" href="assets/logo.png">
+ <link rel="icon" type="image/png" href="assets/favicon.png">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"/>
<style>
* {