From 1c16d2ef03e8c2583121837957d11a83cd78aef9 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 3 Dec 2018 15:40:54 +0100 Subject: [PATCH] spacing tweaks --- src/components/Repositories/RepositoryList.module.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Repositories/RepositoryList.module.scss b/src/components/Repositories/RepositoryList.module.scss index cc0952dc..3c4bf022 100644 --- a/src/components/Repositories/RepositoryList.module.scss +++ b/src/components/Repositories/RepositoryList.module.scss @@ -35,7 +35,7 @@ // add final right margin &:after { content: ''; - flex: 0 0 $spacer * 2; + flex: 0 0 $spacer; } // custom scrollbar @@ -46,8 +46,8 @@ &::-webkit-scrollbar { opacity: 0; - width: 6px; - height: 6px; + width: 7px; + height: 7px; transition: opacity .2s ease-out; }