Merge branch 'menu-separator' into 'master'

[ADD] Menu separator

See merge request allianceauth/allianceauth!1712
This commit is contained in:
Ariel Rin
2025-04-29 02:48:00 +00:00
2 changed files with 28 additions and 7 deletions

View File

@@ -5,6 +5,24 @@
* to be used throughout Alliance Auth and its Community Apps
*/
/* General
------------------------------------------------------------------------------------- */
@media all {
.navbar-toggler.collapsed {
transform: rotate(180deg);
}
ul#nav-right:has(li) + ul#nav-right-character-control > li:first-child {
display: list-item !important;
}
}
@media all and (max-width: 991px) {
ul#nav-left:has(li) + ul#nav-right + ul#nav-right-character-control > li:first-child {
display: list-item !important;
}
}
/* Bootstrap fixes
------------------------------------------------------------------------------------- */
@media all {