Closed ChristophWurst closed 17 hours ago
/backport to stable4.1
/backport to stable4.0
@GretaD @kesselb let's get this in and released
the recipient bubble is cut a bit because of this padding(i think):
.contact-popover[data-v-31ad87b1] { display: flex; padding: 2px; }
Indeed! Looks better without the padding :)
Fixes https://github.com/nextcloud/mail/issues/10392
Reverts https://github.com/nextcloud/mail/pull/10268 and adds a more specific fix for the leaked popover styles.
This is still a bodge. Styles should be scoped. We have to move some rules around.