Closed just-a-hriday closed 2 years ago
This is because the addon creator (9gr) used the visibility
CSS attribute, which keeps spacing intact, instead of the display
attribute that removes the spacing.
I'm currently working on a fix for this that replaces the stat text with a love/favorite text label.
This is because the addon creator (9gr) used the
visibility
CSS attribute, which keeps spacing intact, instead of thedisplay
attribute that removes the spacing.
When I created this, I tried using display: none;
but sadly it affected the ::before
part (which kept the buttons intact) so I just used visibillity: visible;
(which worked).
Description
The spacing between the love and favourite buttons differs on different projects.
Repoduction steps
Expectation
The love and fave buttons, and the remix and view counts (if enabled) should all be right next to each other.
Reality
The spacing between the buttons is completely different on different projects. I believe this is because the spacing between them remains the same as if the love and fave counts were still visible - which is futher proved by the fact that Paper Minecraft has way more spacing than any other project, and the most recently shared project (found in the Recent section of the Explore tab) does not have much.
Screenshots
Taken from the first two projects I saw, Goodnight Bubbles and Honeybee True or False respectively.
Environment