Increase pdf-reader default sidebar width

This commit is contained in:
Martynas Bagdonas 2021-07-06 16:30:31 +03:00
parent 3b6c31319d
commit 28f5fed509

View file

@ -797,7 +797,7 @@ class ReaderWindow extends ReaderInstance {
class Reader { class Reader {
constructor() { constructor() {
this._sidebarWidth = 200; this._sidebarWidth = 240;
this._sidebarOpen = false; this._sidebarOpen = false;
this._bottomPlaceholderHeight = 0; this._bottomPlaceholderHeight = 0;
this._readers = []; this._readers = [];