Removes the cohost corner, to make things look less cluttered.
Remove cohost corner by PunkWasp
Details
AuthorPunkWasp
LicenseNo License
Categorycohost.org
Created
Updated
Size568 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.org - Mar 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("cohost.org") {
.h-fit.rounded-lg.border.border-sidebarAccent.bg-sidebarBg.p-3.text-sidebarText {
display: none;
}
@media (min-width: 1024px) {
.co-post-box:not(.co-post-composer) {
max-width: 75ch;
}
#live-dashboard {
grid-column: span 3 / span 3;
}
}
}