Add a logo for quay. Make the navbar a little friendlier to smaller devices.
This commit is contained in:
parent
07e1ada0cb
commit
65b0b85ffb
7 changed files with 195 additions and 24 deletions
|
@ -283,7 +283,7 @@ form input.ng-valid.ng-dirty {
|
|||
}
|
||||
|
||||
#repoSearch {
|
||||
width: 400px;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.repo-mini-listing {
|
||||
|
@ -603,6 +603,14 @@ p.editable:hover i {
|
|||
padding-bottom: 9px;
|
||||
}
|
||||
|
||||
.navbar-brand {
|
||||
padding: 12px 15px;
|
||||
}
|
||||
|
||||
.navbar-brand img {
|
||||
height: 25px;
|
||||
}
|
||||
|
||||
.user-dropdown > img {
|
||||
padding-right: 6px;
|
||||
}
|
||||
|
|
Reference in a new issue