mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
chore: align file explorer item height to GitHub's
This commit is contained in:
parent
7f182e26e9
commit
7e8e6b6987
2 changed files with 2 additions and 2 deletions
|
|
@ -217,7 +217,7 @@ function ListView({
|
|||
itemKey={(index, { visibleNodes }) => visibleNodes?.nodes[index]?.path}
|
||||
itemData={itemData}
|
||||
itemCount={visibleNodes.nodes.length}
|
||||
itemSize={36}
|
||||
itemSize={37}
|
||||
height={height}
|
||||
width={width}
|
||||
>
|
||||
|
|
|
|||
|
|
@ -449,7 +449,7 @@ $minimal-z-index: max($github-header-z-index, $github-pull-request-float-header-
|
|||
margin: 0;
|
||||
color: $blue;
|
||||
line-height: 18px;
|
||||
padding: 9px 10px;
|
||||
padding: 10px;
|
||||
cursor: pointer;
|
||||
border-bottom: 1px solid $border-gray-light;
|
||||
white-space: nowrap;
|
||||
|
|
|
|||
Loading…
Reference in a new issue