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

Commit 03abe3a3 authored by Ronak's avatar Ronak
Browse files

Snappymail margin and height issue

parent 0f523f3f
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -95,5 +95,8 @@ class BeforeTemplateRenderedListener implements IEventListener {
		if ($pathInfo === '/settings/user/drop_account' && $response->getTemplateName() === 'settings/frame') {
			$this->util->addStyle($this->appName, 'settings-drop-account');
		}
		if (strpos($pathInfo, '/apps/snappymail/') !== false) {
			$this->util->addStyle($this->appName, 'snappymail');
		}
	}
}

scss/snappymail.scss

0 → 100644
+5 −0
Original line number Diff line number Diff line
#content.app-snappymail {
    margin-left: 0;
    margin-right: 0;
	height: calc(100% - env(safe-area-inset-bottom) - 40px - var(--body-container-margin));
}