xF2 Template Modification Sticky Votes

guclusat

Tanınmış Üye
Süper Moderatör
Just add following code to extra.less template;

Kod:
@media (min-width: {{ property('responsiveMedium') + 1 }}px )
{
    .block {
        .message {
            .message-inner {
                .message-cell--vote {
                    .message-column,
                    .contentVote {
                        position: -webkit-sticky;
                        position: sticky;
                        top: @header-navHeight + @xf-messagePaddingSmall;
                    }
                }
            }
        }
    }
}
S8SiMt.gif
 
Geri
Yukarı