Skip to content

Cohost - Full-Width Feed Selector by zlrc

Screenshot of Cohost - Full-Width Feed Selector

Details

Authorzlrc

Licenseunlicense

Categorycohost.org

Created

Updated

Size494 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Stretches the width of the "latest posts" / "bookmarked tags" button at the top to align with posts underneath it.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Cohost - Full-Width Feed Selector
@author       ZiRC (https://github.com/zlrc)
@version      1.0.0
@namespace    net.thebunny
@license      unlicense
==/UserStyle== */

@-moz-document url("cohost.org") {
/* Feed Selector */
ul.w-full {
    width: 100%;
    margin-left: 0.6rem;
}

/* Width adjustment to the "New Posts" notification so it lines up */
button.cohost-shadow-light {
    margin-left: 5.5rem;
    width: calc(100% - 5.5rem);   
}
}

Reviews

No reviews yet.