chore: file tree item height and scroll bar

This commit is contained in:
EnixCoda 2020-11-11 15:45:32 +08:00
parent b0ca820753
commit a7c928fee9
No known key found for this signature in database
GPG key ID: 0C1A07377913A1DD

View file

@ -425,6 +425,7 @@ $minimal-z-index: max($github-header-z-index, $github-pull-request-float-header-
.files {
flex: 1;
overflow: auto;
overflow-x: hidden; // prevent x-scroll bar show up while sizing
}
.node-item {
@ -448,7 +449,7 @@ $minimal-z-index: max($github-header-z-index, $github-pull-request-float-header-
margin: 0;
color: $blue;
line-height: 18px;
padding: 8px 10px;
padding: 9px 10px;
cursor: pointer;
border-bottom: 1px solid $border-gray-light;
white-space: nowrap;