Ensures Cohost has no rounded corners anywhere EXCEPT for users that have picked circle or squircle avatar shapes.
See also Cohost - No shadows
Authortechnoabyss
LicenseNo License
Categorycohost
Created
Updated
Size444 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Ensures Cohost has no rounded corners anywhere EXCEPT for users that have picked circle or squircle avatar shapes.
See also Cohost - No shadows
/* ==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;
}
}