From d67e22e57b4a08c042a05ba312dd965d241b8bed Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Thu, 12 Sep 2019 17:42:25 +0530 Subject: [PATCH] :art: minor UI tweaks --- .vscode/settings.json | 3 +++ assets/css/styles.scss | 5 +++-- components/history.vue | 2 +- pages/index.vue | 6 +++--- 4 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 .vscode/settings.json 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 @@