diff --git a/src/components/FileExplorer.tsx b/src/components/FileExplorer.tsx index 7c19391..faedc5f 100644 --- a/src/components/FileExplorer.tsx +++ b/src/components/FileExplorer.tsx @@ -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} > diff --git a/src/content.scss b/src/content.scss index 6de0615..a3510f5 100644 --- a/src/content.scss +++ b/src/content.scss @@ -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;