- 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
|
@ -10,6 +10,11 @@
|
|||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.build-mini-status a {
|
||||
text-decoration: none !important;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.build-mini-status .timing {
|
||||
display: inline-block;
|
||||
margin-left: 30px;
|
||||
|
@ -29,5 +34,15 @@
|
|||
bottom: 4px;
|
||||
line-height: 33px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.build-mini-status .build-description .tbd-content {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
bottom: 0px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
Reference in a new issue