Great catch, cheers.The squeezing of the username into a vertical line on mobile happens for people with two or more tags.
Examples: Cleve, Gobblecock, The Wall and everyone who has both the Wumao and Vatnik tags.
Great catch, cheers.The squeezing of the username into a vertical line on mobile happens for people with two or more tags.
Examples: Cleve, Gobblecock, The Wall and everyone who has both the Wumao and Vatnik tags.
You mean it's not?OK, this looks like something randomly put together:
See if this helps:Minor nitpick: at the bottom right of posts, the "Rate" word is 1-2 pixels below the "Quote" and "Reply" words. Only happens to me with Firefox on Linux, doesn't happen with Linux Chrome or Windows Firefox. Maybe font related?
https://i.imgur.com/VI6NhLN.png
.sv-rating-type--inline {
vertical-align: top; /* was: text-top */
}
Yep, adding that does fix it.See if this helps:Minor nitpick: at the bottom right of posts, the "Rate" word is 1-2 pixels below the "Quote" and "Reply" words. Only happens to me with Firefox on Linux, doesn't happen with Linux Chrome or Windows Firefox. Maybe font related?
https://i.imgur.com/VI6NhLN.png
CSS:.sv-rating-type--inline { vertical-align: top; /* was: text-top */ }
Huge empty space appeared today, what is this.
Was this the fluid theme? It had a bad 'dirty edit' diverging from the parent theme.The top main menu looks shit on mobile and now page numbers for threads in the thread index view have gone.
And that required breaking everything else?The ratings received page has been redesigned.
There shouldn't be further messing with the rating box because now within it all ratings have a max height of 25.P-please... stop changing the ratings box dimensions... everything gets shifted... I was already struggling to remember the new order of buttons, but it seems to change every day... I'm old... this is another shoah for 30 year old boomers...
There are still some things with the new box that tickle my autism. Such as Decline and Incline being in opposite ends... or brofist, which was in the center of everything as God intended but now it's not. Anyway it's your choice, chief.There shouldn't be further messing with the rating box because now within it all ratings have a max height of 25.
If an admin manages to reorder ratings to make sense, I can think of using some CSS selector hacks to separate groups of ratings. This should ease the burden of rating.brofist, which was in the center of everything as God intended but now it's not
.p-body-sidebar div.block[data-widget-definition="new_profile_posts"] .contentRow .contentRow-faderContent img {
display: inline-block !important;
}