Hi,
with gtk/adw how do I use GtkRevealer inside an AdwPreferencesGroup keeping correct position and style?

What I’m trying to do is showing/hiding with an animation an AdwExpanderRow which should go on top following style of other rows inside preferences group.

This is how it looks:
Screenshot

This is how it should look:
Screenshot 2

Thanks.