ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 25,956
- Points
- 823
Reputation:
To be clear, in XenForo out of the box there are no problems with this, since the only use case is grouping always visible buttons:
But I needed to hide some buttons by default and display them via JS. And there is a problem: if the first or last button is hidden, the next or previous ones will have non-rounded borders:
Spoiler: Possible fix
To get around this problem, I wrote the following LESS:
Less:
Read more
Continue reading...
But I needed to hide some buttons by default and display them via JS. And there is a problem: if the first or last button is hidden, the next or previous ones will have non-rounded borders:
Spoiler: Possible fix
To get around this problem, I wrote the following LESS:
Less:
Code:
.fixedButtonGroup
{
display: inline-block;
vertical-align: top...
Read more
Continue reading...