Fixed a bug where companion bar would be pushing content to the right even when not visible. Updated nav service localstorage key. (#1159)
This commit is contained in:
parent
b1c4b2863c
commit
3a9d6b1a08
3 changed files with 10 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ import { ReplaySubject, take } from 'rxjs';
|
|||
providedIn: 'root'
|
||||
})
|
||||
export class NavService {
|
||||
public localStorageSideNavKey = 'kavita--sidenav--collapsed';
|
||||
public localStorageSideNavKey = 'kavita--sidenav--expanded';
|
||||
|
||||
private navbarVisibleSource = new ReplaySubject<boolean>(1);
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue