Increase pdf-reader default sidebar width
This commit is contained in:
parent
3b6c31319d
commit
28f5fed509
1 changed files with 1 additions and 1 deletions
|
@ -797,7 +797,7 @@ class ReaderWindow extends ReaderInstance {
|
|||
|
||||
class Reader {
|
||||
constructor() {
|
||||
this._sidebarWidth = 200;
|
||||
this._sidebarWidth = 240;
|
||||
this._sidebarOpen = false;
|
||||
this._bottomPlaceholderHeight = 0;
|
||||
this._readers = [];
|
||||
|
|
Loading…
Reference in a new issue