Loading lib/Listeners/BeforeTemplateRenderedListener.php +3 −0 Original line number Diff line number Diff line Loading @@ -104,5 +104,8 @@ class BeforeTemplateRenderedListener implements IEventListener { if (strpos($pathInfo, '/apps/memories/') !== false) { $this->util->addStyle($this->appName, 'memories'); } if (strpos($pathInfo, '/apps/onlyoffice/') !== false) { $this->util->addStyle($this->appName, 'onlyoffice'); } } } scss/onlyoffice.scss 0 → 100644 +7 −0 Original line number Diff line number Diff line .onlyoffice-inline { #content.app-files { #app-content { margin-top: 0; } } } No newline at end of file Loading
lib/Listeners/BeforeTemplateRenderedListener.php +3 −0 Original line number Diff line number Diff line Loading @@ -104,5 +104,8 @@ class BeforeTemplateRenderedListener implements IEventListener { if (strpos($pathInfo, '/apps/memories/') !== false) { $this->util->addStyle($this->appName, 'memories'); } if (strpos($pathInfo, '/apps/onlyoffice/') !== false) { $this->util->addStyle($this->appName, 'onlyoffice'); } } }
scss/onlyoffice.scss 0 → 100644 +7 −0 Original line number Diff line number Diff line .onlyoffice-inline { #content.app-files { #app-content { margin-top: 0; } } } No newline at end of file