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

10
public/css/app.css vendored
View File

@ -46744,6 +46744,16 @@ input[type="date"]::-webkit-inner-spin-button,
width: 1px;
}
.menu__submenu details.relative:before{
position: absolute;
left: -1rem;
height: 100%;
--tw-bg-opacity: 1;
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
content: '';
width: 1px;
}
.menu__submenu li:last-child::before {
height: 20px;
}

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;
}