Skip to content

Instantly share code, notes, and snippets.

@heguro
Last active October 16, 2020 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heguro/56cb1ea8f081a9872fd9628cb32e4a21 to your computer and use it in GitHub Desktop.
Save heguro/56cb1ea8f081a9872fd9628cb32e4a21 to your computer and use it in GitHub Desktop.
/* Windowsなら %appdata%\thedesk\custom.css に記述 */
/* フォントサイズ 11px に合わせて設定 */
/* 狭い画面でプロフィール表示したとき「もっと」が隠れて下に進めないのを回避する */
/* アプデである程度の狭さなら隠れないようになったのでコメントアウト */
/* #my-data-nav > a.btn {
width: 3rem;
} */
/* 長文自動折り畳みを薄く */
.cw_text > .cw_long {
opacity: 0.8;
}
/* 投稿毎のボーダー (背景が黒系じゃないなら#000を#fffとかに変える) */
.cvo {
border-bottom: 0.5px solid #000;
}
/* ユーザーアイコン */
.area-icon {
width: 2.5rem;
padding-left: 0.25rem;
}
.prof-img {
opacity: 0.7;
width: 2.5rem;
}
/* これ何か忘れた */
.area-icon:has(.notf-icon) .prof-img {
width: 1rem;
}
/* BTなどでアイコン右下に出る小さいアイコン */
.notf-icon, img.prof-img-sml {
width: 1.5rem !important;
left: 1rem;
}
/* 名前 @id 投稿時間 */
.area-display_name {
height: 16px !important;
margin: 0 0 0 0.4rem;
}
.flex-name > .user {
opacity: 0.7;
font-size: 10px;
}
.flex-name > .sml {
font-size: 8px;
}
.flex-time {
font-size: 8px;
opacity: 0.7;
}
/* OpenSticker */
.tickers {
font-size: 0.6rem !important;
height: 0.7rem !important;
}
.tickers > span {
top: -0.15rem !important;
}
/* 余白調整 */
.area-toot {
margin: 0 0 0 0.4rem;
}
.toot {
padding: 0 0 0 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment