nextcloud / mail

💌 Mail app for Nextcloud
https://apps.nextcloud.com/apps/mail
GNU Affero General Public License v3.0
852 stars 264 forks source link

fix(ui): Restore message/thread styling #10410

Closed ChristophWurst closed 17 hours ago

ChristophWurst commented 3 days ago

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.

ChristophWurst commented 3 days ago

/backport to stable4.1

ChristophWurst commented 3 days ago

/backport to stable4.0

ChristophWurst commented 1 day ago

@GretaD @kesselb let's get this in and released

GretaD commented 1 day ago

the recipient bubble is cut a bit because of this padding(i think): .contact-popover[data-v-31ad87b1] { display: flex; padding: 2px; }

Screenshot from 2024-11-28 15-08-16

ChristophWurst commented 1 day ago

Indeed! Looks better without the padding :)