Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@frogzone @nimda @silverpill @r @icedquinn @romin @p A diff might be easier to work with, but my version being somewhat behind upstream, I don't know how cleanly it'd apply.
> (if its easy to replace css in bloat without recompiling tho)
Yes, indeed. The version I use has a <textarea> that allows you to just dump some CSS in, and it will persist for the life of the session. (As I understand it, in regular bloat this has moved into the Pleroma user settings, which fixes some of the problems that the session-based version has.)
> to see how emoji will zoom on hover, add a <span> class emoji around an emoji.
Ah, speaking of user-supplied CSS, you can do this without adding a <span>. I have done it like this:
img.emoji:hover, img[alt="avatar"]:hover { transform: scale(1.5); z-index: 10; }
> no pressure, i kno time away from a project is important
Ha, I'm in the middle of 90 things, so I will have to put this somewhere on the stack.