- UI feedback fixes: text cutoffs, misformatting fixes, etc
- Add hotkey support for searching and creating repositories - Make search animations significantly faster
This commit is contained in:
parent
7bdd7c5f82
commit
af468a8c6a
13 changed files with 99 additions and 46 deletions
|
@ -42,7 +42,7 @@ nav.navbar-default .navbar-nav>li>a.active {
|
|||
top: -50px;
|
||||
z-index: 4;
|
||||
height: 83px;
|
||||
transition: top 0.7s cubic-bezier(.23,.88,.72,.98);
|
||||
transition: top 0.3s cubic-bezier(.23,.88,.72,.98);
|
||||
background: white;
|
||||
box-shadow: 0px 1px 16px #444;
|
||||
padding: 10px;
|
||||
|
@ -89,7 +89,7 @@ nav.navbar-default .navbar-nav>li>a.active {
|
|||
right: 0px;
|
||||
top: -130px;
|
||||
z-index: 3;
|
||||
transition: top 0.7s cubic-bezier(.23,.88,.72,.98), height 0.5s ease-in-out;
|
||||
transition: top 0.4s cubic-bezier(.23,.88,.72,.98), height 0.25s ease-in-out;
|
||||
|
||||
background: white;
|
||||
box-shadow: 0px 1px 16px #444;
|
||||
|
|
Reference in a new issue