Polls: Construct an html field during normalization.
1 unresolved thread
1 unresolved thread
Compare changes
Files
2+ 7
− 1
@@ -17,7 +17,7 @@
@@ -75,6 +75,12 @@
Input of emoji in polls could use some work, but it's a different issue.
Closes #589 (closed)
wondering if we have the same kind of class elsewhere too, seems problematic to have same styles for custom emoji in multiple places
yeah, was wondering as well.
I mean, I took this from
status.vue
, but i wasn't sure if it was safe to do on a more global level.me wondering three.
to me it seems like the one in status_content.vue should be separated from being .status-content's child to .status-body's child, then any img.emoji should get it... as long as polls are always in statuses
ideally, in world where #857 (closed) is implemented we could just declare global "helper" class
._emoji
that would set all the correct things across the page, while consumers (like polls, emoji picker, status header) could just override the dimensions of needed.I can put it into status_content.vue. #857 (closed) would be indeed good, we can switch things around to that once we have it.
changed this line in version 4 of the diff