diff --git a/client/components/Reader/LibsPage/LibsPage.vue b/client/components/Reader/LibsPage/LibsPage.vue index 94eadfbc..a1fb934c 100644 --- a/client/components/Reader/LibsPage/LibsPage.vue +++ b/client/components/Reader/LibsPage/LibsPage.vue @@ -67,6 +67,9 @@ const popupCenter = ({url, title, w, h}) => { const newWindow = window.open(url, title, ` scrollbars=yes, + location=no, + toolbar=yes, + menubar=no, width=${w / systemZoom}, height=${h / systemZoom}, top=${top}, diff --git a/client/index.html.template b/client/index.html.template index 372b4608..bf792546 100644 --- a/client/index.html.template +++ b/client/index.html.template @@ -6,7 +6,7 @@ - +