Skip to content

Commit

Permalink
File header tweaks
Browse files Browse the repository at this point in the history
- Remove non-matching selector
- Set font-size on parent so `.mono` can correctly reduce it
  • Loading branch information
silverwind committed Sep 15, 2022
1 parent bf325d4 commit 4e6595f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions web_src/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -409,10 +409,6 @@
font-size: .5em;
}

.file-info {
font-size: 13px;
}

.file-actions {
.btn-octicon {
line-height: 1;
Expand Down Expand Up @@ -3051,7 +3047,8 @@ td.blob-excerpt {
display: flex;
justify-content: space-between;
overflow-x: auto;
padding: 8px 12px !important;
padding: 6px 12px !important;
font-size: 13px !important;
}

.file-info {
Expand Down

0 comments on commit 4e6595f

Please sign in to comment.