Skip to content

Commit dd28b61

Browse files
committed
npm run format
1 parent 93c68e9 commit dd28b61

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
| ------- | ------------------ |
77
| 1.2.x | :white_check_mark: |
88
| 1.1.x | :white_check_mark: |
9-
| < 1.1.0 | :x: |
9+
| < 1.1.0 | :x: |
1010

1111
## Reporting a Vulnerability
1212

client/src/index.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
}
88

99
*::-webkit-scrollbar {
10-
height: .5rem;
11-
width: .5rem;
10+
height: 0.5rem;
11+
width: 0.5rem;
1212
}
1313

1414
*::-webkit-scrollbar-track {
@@ -17,7 +17,7 @@
1717

1818
*::-webkit-scrollbar-thumb {
1919
background-color: #7b7b7b;
20-
transition: .3s ease-in-out;
20+
transition: 0.3s ease-in-out;
2121
}
2222

2323
*::-webkit-scrollbar-thumb:hover {

0 commit comments

Comments
 (0)