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

Commit 5562ef11 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

Merge branch 'dev/margin-fix-1859' into 'main'

Dev/margin fix 1859

See merge request e/infra/ecloud/nextcloud-apps/ecloud-theme-helper!84
parents e52cbe36 94aac38e
Loading
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