aboutsummaryrefslogtreecommitdiff
path: root/vnext/src
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-05-31 15:51:28 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:55 +0300
commit82974fc221da78fea26e0828851e34e783b37a94 (patch)
treeaaf8e10104e5bc5cc76dd50ec61019e0c1435d6f /vnext/src
parent8a681537076c2b3077e3ef708ec030a56422499f (diff)
Sidebar fixes
Diffstat (limited to 'vnext/src')
-rw-r--r--vnext/src/index.css7
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;