diff options
author | Vitaly Takmazov | 2019-05-31 16:03:00 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | e474de18d3981fc437b7f15e236b6da74d253556 (patch) | |
tree | 6cc5910f71e0cb8d502fbf69f98dc5a650461e82 /vnext/src | |
parent | 82974fc221da78fea26e0828851e34e783b37a94 (diff) |
Sidebar desktop fixes
Diffstat (limited to 'vnext/src')
-rw-r--r-- | vnext/src/index.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vnext/src/index.css b/vnext/src/index.css index e7f25009..2a634016 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -324,6 +324,8 @@ hr { #sidebar { flex-direction: column; justify-content: initial; + border-top: initial; + margin-top: 12px; } #sidebar > a:hover { border-top: initial; |