Skip to content

Cohost - Square everything by technoabyss

Screenshot of Cohost - Square everything

Details

Authortechnoabyss

LicenseNo License

Categorycohost

Created

Updated

Size444 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Ensures Cohost has no rounded corners anywhere EXCEPT for users that have picked circle or squircle avatar shapes.

See also Cohost - No shadows

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Cohost - Square everything
@version      20220701.19.15
@namespace    userstyles.world/user/technoabyss
@description  Ensures Cohost has no rounded corners anywhere EXCEPT for users that have picked circle or squircle avatar shapes.

@author       technoabyss
@license      No License
==/UserStyle== */

@-moz-document domain("cohost.org") {
*:not(.mask-circle) {
	border-radius: 0 !important;
}

}

Reviews

No reviews yet.