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

Commit 2414ccc3 authored by Akhil's avatar Akhil 🙂
Browse files

Merge branch 'dev/fix-snappy-width' into 'main'

Fix snappymail width

See merge request e/infra/ecloud/nextcloud-apps/ecloud-theme-helper!74
parents 7a415e01 70a5b9ad
Loading
Loading
Loading
Loading
Loading
+2 −2
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));
	width: 100%;
}