CSS codes to prevent votes to disappear
-
Hello, what would be the CSS codes to prevent voting panel (the one on the right bottom of the posts) to disappear in standard NodeBB? It is annoying that it disappears constantly
You have them very good on sudonix… -
Hello, what would be the CSS codes to prevent voting panel (the one on the right bottom of the posts) to disappear in standard NodeBB? It is annoying that it disappears constantly
You have them very good on sudonix…@crazycells Yeah, annoying, isn’t it?
This should stop that behaviour[component="post/actions"] { opacity: 1 !important; } -
undefined phenomlab has marked this topic as solved on
-
@crazycells Yeah, annoying, isn’t it?
This should stop that behaviour[component="post/actions"] { opacity: 1 !important; }@phenomlab yes, it is
thanks a lot…