Persona theme dropdown styling
-
The dropdown of post tools is not behaving properly when options are displayed on mobile.
-
@jarey Looks like it needs to be flipped from left to right instead of the default right to left.
By turning
[component="thread/sort]"
into a class and on an xs media query force it to go right. Anyone else has any other suggestions on how to go about this?EDIT: Actually, this would not be a good idea, the best direction to go is to base the dropdown positions based on a horizontal offset (like the popovers). That's what it looks like to me.
What device are you using?
-
@jarey said in Persona theme dropdown styling:
@trevor one plus X, android 5.1, 5" screen.
I can reproduce that. I'll look into it right now to see what I can do about it.
-
So I've tested almost every possible solution (including using JS to solve the issue) without disrupting any other element but I strongly suggest rethinking the mobile UI overall to better suit any device so it doesn't break.
The problem (and a much bigger one than you think) with using dropdown/dropup menu's on mobile for this site is that it just doesn't work due to issues with different devices like yours for example, and then theres the language thing that could possible stretch the width of any individual dropdown-menu.
The solution?
Tell me what you think of this solution. I will implement it in Persona if approved.