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

Verified Commit 2b728406 authored by Nicolas Gelot's avatar Nicolas Gelot
Browse files

fix(settings): hide upstream promotion in personal settings

Hide the default Nextcloud development notice on the Murena personal settings page with the selector that matches the actual rendered layout on /settings/user.
parent 01b559f6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -21,3 +21,7 @@
		color: var(--icon-inactive-color);
	}
}

.development-notice {
	display: none;
}