[DOCS] Move menu arrows to the left side (#19677)

This commit is contained in:
Bartlomiej Bielawa 2023-09-08 16:01:10 +02:00 committed by GitHub
parent 79ac4a5763
commit 7b59190521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {