diff options
author | Vitaly Takmazov | 2019-05-31 15:51:28 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | 82974fc221da78fea26e0828851e34e783b37a94 (patch) | |
tree | aaf8e10104e5bc5cc76dd50ec61019e0c1435d6f /vnext/src/index.css | |
parent | 8a681537076c2b3077e3ef708ec030a56422499f (diff) |
Sidebar fixes
Diffstat (limited to 'vnext/src/index.css')
-rw-r--r-- | vnext/src/index.css | 7 |
1 files changed, 6 insertions, 1 deletions
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; |