Stretches the width of the "latest posts" / "bookmarked tags" button at the top to align with posts underneath it.
Cohost - Full-Width Feed Selector by zlrc
Details
Authorzlrc
Licenseunlicense
Categorycohost.org
Created
Updated
Size494 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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);
}
}