Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* UI: Make repo and file titles sticky
  • Loading branch information
ollyja authored Oct 19, 2018
1 parent c803853 commit 3435bbf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ui/assets/css/hound.css
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,11 @@ button:focus {
color: #666;
font-size: 24px;
padding-bottom: 5px;
position: sticky;
top: 0;
background: #fff;
padding: 1%;
z-index: 2;
}

.repo > .title > .name {
Expand Down Expand Up @@ -252,6 +257,9 @@ button:focus {
display: block;
line-height: 30px;
background-color: #f5f5f5;
position: sticky;
top: 5%;
z-index: 1;
}

.title a {
Expand Down

0 comments on commit 3435bbf

Please sign in to comment.