makes certain twitter ui elements square. taken from the funny sunflower twitter theme on here idk who to credit i'm just publishing this for my own convenience
twitter rectangles by iambic9poet
Details
Authoriambic9poet
LicenseNo License
Categorytwitter.com
Created
Updated
Size346 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 twitter rectangles
@version 20231211.21.44
@namespace ?
==/UserStyle== */
@-moz-document domain("twitter.com") {
@-moz-document domain(twitter.com) {}
.r-sdzlij {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
}