[DOCS] Move menu arrows to the left side (#19677)
This commit is contained in:
parent
79ac4a5763
commit
7b59190521
8
docs/_static/css/custom.css
vendored
8
docs/_static/css/custom.css
vendored
@ -94,6 +94,14 @@ ul#navbar-main-elements > li:hover {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Move sidebar menu arrows to the left */
|
||||
.bd-sidebar label {
|
||||
left: 0px;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
top: 5px;
|
||||
}
|
||||
|
||||
|
||||
/* Second level items */
|
||||
#bd-docs-nav > div > ul > li > ul {
|
||||
|
Loading…
Reference in New Issue
Block a user