This commit is contained in:
mrT23
2024-07-18 09:55:57 +03:00
parent 2be459e576
commit 8f11a19c32
6 changed files with 32 additions and 13 deletions

View File

@ -11,6 +11,19 @@
}
}
.md-nav--primary {
position: relative; /* Ensure the element is positioned */
}
.md-nav--primary::before {
content: "";
position: absolute;
top: 0;
right: 10px; /* Move the border 5 pixels to the left */
width: 2px;
height: 100%;
background-color: #f5f5f5; /* Match the border color */
}
/*.md-nav__title, .md-nav__link {*/
/* font-size: 18px;*/
/* margin-top: 14px; !* Adjust the space as needed *!*/