mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00

- loadCommunities inside ngZone.runOutsideAngular - Chevron size small unexpanded and large expanded when logged in fixed
20 lines
349 B
SCSS
20 lines
349 B
SCSS
:host ::ng-deep {
|
|
.fa-chevron-right {
|
|
padding-left: $spacer/2;
|
|
font-size: 0.5rem;
|
|
line-height: 3;
|
|
}
|
|
|
|
.sidebar-sub-level-items {
|
|
list-style: disc;
|
|
color: $navbar-dark-color;
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.sidebar-collapsible {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
}
|