fixed main menu styling..

This commit is contained in:
Cüneyt Şentürk
2022-09-23 09:53:47 +03:00
parent b5fd46d7cd
commit b84f9de950
2 changed files with 16 additions and 0 deletions

View File

@ -220,6 +220,12 @@
width: 1px;
}
.menu__submenu details.relative:before {
@apply h-full absolute bg-gray-200 -left-4;
content: '';
width: 1px;
}
.menu__submenu li:last-child::before {
height: 20px;
}