RSS Feed/News [cXF] Sticky Postbit

Status
Not open for further replies.

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
23,918
Points
823

Reputation:

BassMan submitted a new resource:

[cXF] Sticky Postbit - DIY simple sticky postbit

To have a sticky postbit like this:

View attachment 312012

Add this code to your extra.less template:
Less:

Code:
/* [cXF] Sticky Postbit */
@media (min-width: @xf-responsiveMedium) {
    .message-user {
        position: -webkit-sticky;
        position: sticky;
        top: 37px;

.message-userArrow {
            right: -11px;
        }
    }
}
/**********/

Adjust the top...
Click to expand...

Read more

Continue reading...
 
Status
Not open for further replies.
Top