Try clearing your custom CSS? Disable browser extensions? (Some of those things could mess with it unexpectedly)
It's showing correctly centered for me too :/
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
Is this still happening for you?
If so, could I please get the EXACT browser version and EXACT operating system you are seeing it on? Also are you able to check if it happens in a different browser too (like Firefox)?
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
I understand that you felt neglected, but I promise you that you were not being singled out. We have been really busy with things like the downtime on Monday and preparing for major events like Masquerade and the CW contest. Outside of that, please understand we need to prioritize things that affect a large number of users (such as avatar issues). I am just now catching up on these other bug reports, some of which have had to wait much longer than yours.
Thank you for the information. I asked for the browser information because I am trying to make it show up like that for me too, so I can figure out what is causing the problem. I apologize if I somehow implied that it was your fault or that we weren't taking you seriously for some reason.
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
To clarify, you are also seeing the wrong thing in Firefox when you tried in that browser?
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
After investigating this further, I found that this is caused by your custom CSS.
You have this in your custom CSS, which is hiding line breaks in forum signatures:
.forum_signature br:nth-child(even) { display: none; }
You can clear this CSS here: https://subeta.net/preferences.php?act=customcss
In the future, please double-check your custom CSS when staff asks you to, even if you don't remember having any.
Locking as resolved.
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights