From 82974fc221da78fea26e0828851e34e783b37a94 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 31 May 2019 15:51:28 +0300 Subject: Sidebar fixes --- vnext/src/index.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'vnext/src') diff --git a/vnext/src/index.css b/vnext/src/index.css index 71900085..e7f25009 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -219,7 +219,7 @@ hr { #sidebar > a:hover { background-color: #f8f8f8; - border-right: 2px solid #ff339a; + border-top: 2px solid #ff339a; cursor: pointer; } @@ -323,6 +323,11 @@ hr { } #sidebar { flex-direction: column; + justify-content: initial; + } + #sidebar > a:hover { + border-top: initial; + border-right: 2px solid #ff339a; } #content { overflow-y: initial; -- cgit v1.2.3