Skip to content

Commit

Permalink
Fixed the side navigation [#924]
Browse files Browse the repository at this point in the history
Decided to remove the reading list entry count since none of the
other entries have counts.
  • Loading branch information
mcpierce authored and BRUCELLA2 committed Sep 21, 2021
1 parent bfd62e4 commit 56f7b5f
Show file tree
Hide file tree
Showing 3 changed files with 259 additions and 217 deletions.
9 changes: 5 additions & 4 deletions comixed-webui/src/app/app.component.html
Expand Up @@ -15,10 +15,11 @@
></cx-navigation-bar>
<div class="cx-width-100 cx-height-100 cx-overflow-y-scroll">
<mat-sidenav-container class="cx-width-100 cx-height-100">
<mat-sidenav #sidenav mode="side">
<div class="cx-height-100 cx-margin-bottom-100px cx-overflow-y-scroll">
<cx-side-navigation [user]="user"></cx-side-navigation>
</div>
<mat-sidenav #sidenav mode="side" class="cx-primary-dark-background">
<cx-side-navigation
class="cx-vertical-scrolling cx-height-100"
[user]="user"
></cx-side-navigation>
</mat-sidenav>
<mat-sidenav-content #sidebar>
<div
Expand Down

0 comments on commit 56f7b5f

Please sign in to comment.