Client - update nav bar style

This commit is contained in:
Sam 2023-06-24 19:14:18 +02:00
parent b1c8a1c376
commit a2b1ffb4de

View File

@ -199,8 +199,8 @@
::v-deep(.dropdown-list) {
z-index: 1000;
margin-left: -110px !important;
width: 131px !important;
margin-left: -160px !important;
width: 180px !important;
}
}
@ -308,6 +308,10 @@
padding: 0;
}
}
.nav-items-user-menu :nth-child(1) {
order: 1;
}
}
}
</style>