diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..df70c21e7 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "deepcode.review.results.hideInformationIssues": false +} \ No newline at end of file diff --git a/assets/css/styles.scss b/assets/css/styles.scss index 9a05801fa..844b690b3 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -7,14 +7,15 @@ $responsiveWidth: 720px; ::-webkit-scrollbar { width: 8px; + height: 8px; } ::-webkit-scrollbar-thumb { - background-color: rgba(0, 0, 0, .3); + background-color: rgba(0, 0, 0, .5); } ::-webkit-scrollbar-thumb:hover { - background-color: rgba(0, 0, 0, .5); + background-color: rgba(0, 0, 0, .6); } ::placeholder { diff --git a/components/history.vue b/components/history.vue index dae981231..19ab1c127 100644 --- a/components/history.vue +++ b/components/history.vue @@ -51,7 +51,7 @@