Skip to content

Cohost - Sticky Feed Avatars by zlrc

Details

Authorzlrc

Licenseunlicense

Categorycohost.org

Created

Updated

Size431 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Pins user profile pictures to the top of the screen as you scroll, much like how it's done on Tumblr.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Cohost - Sticky Feed Avatars
@description  Pins user avatars to the top of the screen as you scroll, much like how it's done on Tumblr.
@author       ZiRC (https://github.com/zlrc)
@version      1.0.0
@namespace    net.thebunny
@license      unlicense
==/UserStyle== */

@-moz-document domain("cohost.org") {
[data-view="post-preview"] > .mask {
    position: sticky;
    top: 5rem;
}
}

Reviews

No reviews yet.