Skip to content

Commit 5ab50b6

Browse files
authored
chore: Update VSCode settings and app styles (#101)
1 parent 1a243b2 commit 5ab50b6

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"i18n-ally.keystyle": "nested",
88
"i18n-ally.localesPaths": ["src/locales"],
99
"stylelint.enable": true,
10-
"stylelint.validate": ["css", "javascript", "scss", "typescript"]
10+
"stylelint.validate": ["css", "javascript", "scss", "typescript"],
11+
"cSpell.words": ["blueprintjs", "Devkitty"]
1112
}

src/rendered/components/Project/components/PullRequest/PullRequest.styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const Root = styled.div`
1717
}
1818
1919
&:first-child {
20-
padding-top: 15px;
20+
padding-top: 10px;
2121
}
2222
2323
@media (prefers-color-scheme: dark) {

src/rendered/components/Project/hooks/usePulls/usePulls.styles.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ export const Action = styled.div<{ $active?: boolean }>(
5656
);
5757

5858
export const WrapBlock = styled.div`
59-
border: 1px solid ${Colors.LIGHT_GRAY2};
60-
margin: 2px 0;
59+
border-top: 1px solid ${Colors.LIGHT_GRAY2};
60+
margin-top: 2px;
6161
position: relative;
6262
6363
&:hover {

0 commit comments

Comments
 (0)