Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with Mailvelope Chrome Plugin #774

Open
macx opened this issue Dec 7, 2023 · 1 comment
Open

Compatibility with Mailvelope Chrome Plugin #774

macx opened this issue Dec 7, 2023 · 1 comment

Comments

@macx
Copy link

macx commented Dec 7, 2023

I'm using the Mailvelope Chrome Plugin.
It injects a second compose button which is not matching with the compose button, Simplify is styling. Please support Mailvelope!

But I wrote some CSS using Stylus to get this result:

Screenshot 20231207-1 1135 Google Chrome@2x

@-moz-document domain("mail.google.com") {
	/* SimpliFy Gmail comp. with Mailvelope */
    html.simplify.composeFab body[data-mailvelope-version] .aeN .z0,
	html.simplify.newNav.composeFab body[data-mailvelope-version] .aqn.aIH .z0 {
		flex-direction: column;
		justify-content: flex-end;
    	height: 7rem;
    	gap: 12px;		
	}
	
	html.simplify.composeFab body[data-mailvelope-version] .aeN .z0 > div:nth-child(2),
	html.simplify.newNav.composeFab body[data-mailvelope-version] .aqn.aIH .z0 > div:nth-child(2) {
		margin: 0 !important;
	}
	
	html.simplify.composeFab body[data-mailvelope-version] #composeMenu {
		bottom: 150px;
	}
}
@leggett
Copy link
Owner

leggett commented Dec 7, 2023

Thanks for the report. I'll add this on my list of things to support for the v3 launch.

For what its worth, Simplify plays nicely with this if you disable the Compose FAB in Simplify preferences which leaves the compose button in the nav:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants