Hi spinsker,
We need to override this module from Joomla, you can add the following CSS code to the backend > site template styles > ja - athenna > Tools > Custom CSS to improve the style.
NOTE: I have helped you added this code:
.sidebar-l .module .navbar li.nav-item a {
color: #636363;
font-size: 12px;
}
.sidebar-l .module .navbar li.nav-item ul.dropdown-menu {
border: 0;
}
.sidebar-l ul.navbar-nav {
width: 100%;
}
.sidebar-l .module .navbar li.nav-item a::after {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}