Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 94aac38e authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

Dev/margin fix 1859

parent e52cbe36
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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