Twitter公式が認証しているビジネスアカウントに合わせて一般ユーザーも四角アイコンにする
square twitter icon by seijiro
Details
Authorseijiro
LicenseNo License
Categorytwitter.com
Created
Updated
Size509 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 square twitter icon
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Make your profile picture a square icon
@author Seijiro
==/UserStyle== */
@-moz-document domain("twitter.com") {
/* プロフィール画像を四角アイコンにする */
}
div[data-testid^="UserAvatar-Container"] .r-u8s1d.r-1v2oles.r-desppf {
border-radius: 10px !important;
overflow: hidden !important;
}
.r-8jfcpp{
border-radius: 0 !important;
}