Hello
It seems some style are dropping on parent post when I open the embedded reply on glimmer post stream (mobile).
Thanks
Hello
It seems some style are dropping on parent post when I open the embedded reply on glimmer post stream (mobile).
Thanks
oh, i see the username becomes closer to the post body, of the post you’ve expanded what it’s replying to
I’ll be honest, I have trouble seeing the issue on the video (it’s quite blurry for me).
Could you upload some screenshots to clarify the issue?
I think the issue is when the embedded reply expanded then it refresh the classes and for example it affects the
post__regular regular post__contents contents
div
classes. When the embedded reply opens this div
will be post__regular regular
But the CSS is target the .contents
class here. So this won’t be available when the embedded replies opened.
.mobile-view .boxed .contents {
padding: 10px 0 0 0;
}
I think there should be more missed classes here…because it shouldn’t affect the parent post style.
I’m sorry, I still don’t understand it. I don’t see anything wrong with the screenshot?
When you open a reply it’s change the parent post style. That’s the issue.
Originally the post is in full width and has some padding etc… It can also affects the custom modifications on posts. Before glimmer post stream it didn’t do any modification with the parent post, just opened the replies.
Oooh I see now, thanks for bearing with me!
That does seem like a little regresh, I’ll take a look – thanks!