From cba2cefcb4b1c420c95c6ab551eefc2c293b4866 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Thu, 26 Jan 2017 11:33:23 +0100 Subject: [PATCH] Grow to only 40% on hover --- js/src/ui/SectionList/sectionList.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/src/ui/SectionList/sectionList.css b/js/src/ui/SectionList/sectionList.css index 239d4d3879e..55c6d6ae077 100644 --- a/js/src/ui/SectionList/sectionList.css +++ b/js/src/ui/SectionList/sectionList.css @@ -57,8 +57,8 @@ } &:hover { - flex: 0 0 50%; - max-width: 50%; + flex: 0 0 40%; + max-width: 40%; opacity: 1; z-index: 100;