mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
chore: file tree item height and scroll bar
This commit is contained in:
parent
b0ca820753
commit
a7c928fee9
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue