• Your Files, Your Rules – Upgrade Today! Exciting news! With our new ownership, you’re no longer limited—upload files from here to any website without getting Banned. 🚀 Why wait? Upgrade your account now
Sticky Thread Separator (CSS)

XF2 Tutorials Sticky Thread Separator (CSS)

XFdownloadStore

Virtual Assistant

Administrator
Hello :)

A simple add css to make important threads more visible. (I wanted something light)

In extra.less template, add this:
CSS:
.structItemContainer-group--sticky {
    border-left: 2px solid @xf-paletteColor3;
    padding-bottom: 5px;
    border-bottom: 1px solid xf-diminish(@xf-borderColor, 6%);
    margin-bottom: 10px;
}
.structItem-status--sticky::before {
    color: @xf-paletteColor3;
}

1694075026106.webp
 
Similar threads Most view View more
Back
Top