【Misskey】チャンネルノートの線を左端に移動させるカスタムCSS

  1. /* 「タイムラインのノートを離して表示」がオフの時、チャンネルのノートであることを示す線をノートの左端にピッタリくっつける */
  2. .xzSZs.xwehs > .xqbRq .x3762 {
  3. article.x5yeR, div.xBwhh, .xD2mX.xCFgx {
  4. position: relative;
  5. }
  6. div.xj6M6, .xD2mX.xCFgx > .x3YLY > .xq0fT {
  7. position: absolute;
  8. top: 0;
  9. left: 0;
  10. border-radius: 0;
  11. padding: 8px 0;
  12. }
  13. }